Nerd stuff:
Here's a #sudoku solver in Rob Pike's #ivy, an #APL inspired desktop calculator. I'm 100% sure this could be prettier.

https://github.com/robpike/ivy/discussions/200

#notphotography #tech

Sudoku solver · robpike ivy · Discussion #200

This started as a port of the APL WIki sudoku solver (using BFS), but ended up deviating a fair bit. It does use the same technique outlined there, more or less. The answers for starburst and easte...

GitHub