Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameetasadullah/csp-on-exam-scheduling-using-backtracking
Python program to implement Constraint Satisfaction Problem (CSP) on Exam Scheduling Problem using Backtracking Algorithm
https://github.com/sameetasadullah/csp-on-exam-scheduling-using-backtracking
artificial-intelligence constraint-satisfaction-problem csp exam-schedule exam-scheduler exam-scheduling pycharm pycharm-ide python python3
Last synced: 5 days ago
JSON representation
Python program to implement Constraint Satisfaction Problem (CSP) on Exam Scheduling Problem using Backtracking Algorithm
- Host: GitHub
- URL: https://github.com/sameetasadullah/csp-on-exam-scheduling-using-backtracking
- Owner: SameetAsadullah
- Created: 2022-08-14T20:42:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T20:44:07.000Z (about 2 years ago)
- Last Synced: 2024-10-16T22:22:33.173Z (20 days ago)
- Topics: artificial-intelligence, constraint-satisfaction-problem, csp, exam-schedule, exam-scheduler, exam-scheduling, pycharm, pycharm-ide, python, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSP on Exam Scheduling
### Description
Python program to implement Constraint Satisfaction Problem (CSP) on Exam Scheduling Problem using Backtracking Algorithm.