PHP
PHP copied to clipboard
Backtracking?
I wrote a sudoku solver using the backtracking algorithm. Where should that go? Or might it warrant its own directory?
A backtracking
algorithm belongs in the search category of algorithms, so you can put it in Searches