Sudoku Solver in Python
This post describes a Sudoku solver in Python. Even the most challenging Sudoku puzzles can be quickly and efficiently solved with depth first search and con... (more…)
Read more »
Exploring Python through counter-intuitive snippets. If you think you know Python, think once more! – satwikkansal/wtfpython… Read more