TheAlgorithms / PHP

All Algorithms implemented in PHP
MIT License
2.14k stars 467 forks source link

Backtracking? #61

Closed ghost closed 2 years ago

ghost commented 2 years ago

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

darwinz commented 2 years ago

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