Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anirudhbagri/n-queens-with-variable-starting-point

Solve N queens using backtracking.
https://github.com/anirudhbagri/n-queens-with-variable-starting-point

hacktoberfest nqueens-solution

Last synced: 25 days ago
JSON representation

Solve N queens using backtracking.

Awesome Lists containing this project

README

        

# N-Queens-With-Variable-Starting-Point
Solve N queens using backtracking.

Code inspired from geeksforgeeks.com