Outlandish SQLite Recursive Query Examples

SQLite: The following query computes an approximation of the Mandelbrot Set and outputs the result as ASCII-art. […] This next query solves a Sudoku puzzle. […] The final answer is found by looking for a string with ind==0. If the original sudoku problem did not have a unique solution, then the query will return all … Continue reading Outlandish SQLite Recursive Query Examples