/knights-problem

The knights problem solved by checking all the possibilities (naive) using a stack data structure

Primary LanguageC++

No issues in this repository yet.