Closed ghost closed 2 years ago
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
backtracking
Searches
I wrote a sudoku solver using the backtracking algorithm. Where should that go? Or might it warrant its own directory?