GitHub topics: backtracking-methods
ajay-dhangar/backtracking
Backtracking
Language: HTML - Size: 253 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ishaanSh06/n-queens
The shortest way solution to the n-queens question | 8x8 board
Language: HTML - Size: 29.3 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

anshika-kamboj/ASTROEYE
Dealing with problem related to astrophysical data like identifying the constellations present in night sky image, indexing the observed objects in space to the catalogue objects present, identifying the clusters of celestial objects based on the linking length and finding the correlated distance based on given data and finding shortest path/route.
Language: C++ - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

AGiannoutsos/kakuro-solver
A simple kakuro CSP problem solver from AIMA python https://github.com/aimacode/aima-python
Language: Python - Size: 7.57 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

BaseMax/NQueensPromisingC
This is a promising implementation of the n-Queens problem in C. It uses a recursive backtracking algorithm to find all solutions to the n-Queens problem. It is a promising implementation because it uses a heuristic to prune the search tree. The heuristic is to only place a queen in a column if it is not in check with any other queens.
Language: C - Size: 29.3 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
