Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Solve N queens using backtracking.
- Host: GitHub
- URL: https://github.com/anirudhbagri/n-queens-with-variable-starting-point
- Owner: anirudhbagri
- Created: 2016-11-09T11:27:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T13:17:44.000Z (about 8 years ago)
- Last Synced: 2024-11-26T18:44:12.586Z (about 1 month ago)
- Topics: hacktoberfest, nqueens-solution
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N-Queens-With-Variable-Starting-Point
Solve N queens using backtracking.Code inspired from geeksforgeeks.com