项目作者: HxnDev

项目描述 :
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.
高级语言: Python
项目地址: git://github.com/HxnDev/Exam-Schedling-using-Backtracking-Algorithm.git
创建时间: 2021-07-31T15:44:02Z
项目社区:https://github.com/HxnDev/Exam-Schedling-using-Backtracking-Algorithm

开源协议:MIT License

下载