PHP icon indicating copy to clipboard operation
PHP copied to clipboard

Backtracking?

Open ghost opened this issue 2 years ago • 1 comments

I wrote a sudoku solver using the backtracking algorithm. Where should that go? Or might it warrant its own directory?

ghost avatar May 04 '22 21:05 ghost

A backtracking algorithm belongs in the search category of algorithms, so you can put it in Searches

darwinz avatar Jul 06 '22 23:07 darwinz