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: 25 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T13:17:44.000Z (almost 8 years ago)
- Last Synced: 2024-05-21T06:54:14.154Z (6 months 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