Found in the SQLite Docs: Sudoku Solver and Mandelbrot Set Approximation

  • I was just reading up on sqlite's docs to create a common table expression to return a graph of records stored with single table inheritance. Came across these gems in the docs: a mandelbrot set approximation visualizer and a sodoku solver.