Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucas54neves/distribution-schedules-coloring

Repository for the final project of the Algorithms in Graphs discipline of the Computer Science course at the Federal University of Lavras
https://github.com/lucas54neves/distribution-schedules-coloring

algorithm graphs python scheduling-algorithms

Last synced: 3 days ago
JSON representation

Repository for the final project of the Algorithms in Graphs discipline of the Computer Science course at the Federal University of Lavras

Awesome Lists containing this project

README

        

# distribution-schedules-coloring
Repository for the final project of the Algorithms in Graphs discipline of the Computer Science course at the Federal University of Lavras.

Development of an efficient algorithm that finds the distribution of schedules for each class, minimizing the number of desired restrictions unattended.
To achieve this goal we're using one approach based on vertex coloration.