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