-
-
Notifications
You must be signed in to change notification settings - Fork 4
Pruning
vanoss222 edited this page Feb 2, 2025
·
3 revisions
In SassyNic background.js there's two functions backtrack_ and backtrack that serves the part of pruning the data. It uses Backtracking Algorithm to path-find all the possible timetable combiinations.
This is just a pure backtracking function that generates all the possible timetable combinations without any constraints.
This is a backtracking function that involves with several constraints such as daytime conflict, seats availability (constraints.js)
SassyNic | © 2025 FramedStone
Home
Tutorial
Timetable Tool Tutorial
Auto Subjects Grouping Tutorial
Auto OTP Extractor Tutorial
How To Contribute
Development Guide
Disclaimer
Index
Future Roadmap
Index
Tutorial
Timetable Tool TutorialAuto Subjects Grouping Tutorial
Auto OTP Extractor Tutorial
How To Contribute
Development Guide