An open API service indexing awesome lists of open source software.

https://github.com/swaroopreddy07/exam-scheduling-using-graph-algorithms

This project implements an Exam Scheduling System using graph-based models and scheduling algorithms. A conflict graph is built where nodes represent subjects, and edges indicate shared students. The scheduling problem is solved using Backtracking, Greedy, DSATUR, Smallest Degree Last, and Tabu Search. For a detailed explanation, setup instruction
https://github.com/swaroopreddy07/exam-scheduling-using-graph-algorithms

cpp

Last synced: over 1 year ago
JSON representation

This project implements an Exam Scheduling System using graph-based models and scheduling algorithms. A conflict graph is built where nodes represent subjects, and edges indicate shared students. The scheduling problem is solved using Backtracking, Greedy, DSATUR, Smallest Degree Last, and Tabu Search. For a detailed explanation, setup instruction

Awesome Lists containing this project