n_queens
n_queens copied to clipboard
Solving N-Queens problem by DFS & BFS in Python.
N-Queens
Solving N-Queens problem by Backtracking (DFS+BFS) in Python.
Related
Another implementaiotn with time/bord plotting, state tracking and benchmarks:
https://github.com/jaya-shankar/n_queens
Thanks to Jaya Shankar!