https://github.com/hxndev/exam-schedling-using-backtracking-algorithm
Backtracking is a general algorithm for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution.
https://github.com/hxndev/exam-schedling-using-backtracking-algorithm
backtracking backtracking-algorithm code constraint-satisfaction-problem exam-schedule exam-scheduler exam-scheduling python
Last synced: 12 days ago
JSON representation
Backtracking is a general algorithm for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution.
- Host: GitHub
- URL: https://github.com/hxndev/exam-schedling-using-backtracking-algorithm
- Owner: HxnDev
- License: mit
- Created: 2021-07-31T15:44:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T15:44:29.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T10:41:10.900Z (about 2 months ago)
- Topics: backtracking, backtracking-algorithm, code, constraint-satisfaction-problem, exam-schedule, exam-scheduler, exam-scheduling, python
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
All the files have been commented for your ease. Furthermore you may also add further comments if you may.
For further queries contact me at : [email protected]