Very, very good: perfect for didactic. I thought I'd try this on SQLite, but I am in a rush right now... So I checked the documentation to refresh my memory about the extent of relevant SQL implementation in SQLite, and...
TIL that the 'WITH' clause in SQLite can draw the classic Mandelbrot Set:
Comments
Very, very good: perfect for didactic. I thought I'd try this on SQLite, but I am in a rush right now... So I checked the documentation to refresh my memory about the extent of relevant SQL implementation in SQLite, and...
TIL that the 'WITH' clause in SQLite can draw the classic Mandelbrot Set:
https://www.sqlite.org/lang_with.html#outlandish_recursive_q...
(And there is a Sudoku puzzle solver below that.)