/NQueens-problem

Implementation of search algorithms, BFS (Breadth First Search) and DFS (Depth First Search), to solve the NQueens problem.

Primary LanguagePython

No issues in this repository yet.