An open API service indexing awesome lists of open source software.

https://github.com/aravindparappil46/nqueens-solver

Python script to solve n-queens problem for given board size, using DFS and BFS. Also attempts to solve the board when certain positions are marked unavailable
https://github.com/aravindparappil46/nqueens-solver

Last synced: about 1 month ago
JSON representation

Python script to solve n-queens problem for given board size, using DFS and BFS. Also attempts to solve the board when certain positions are marked unavailable

Awesome Lists containing this project