m10-as/computing-exam-time-table-using-networkx-and-coloring-algorithm-
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Using networkx library to solve real life problem related to network analysisever. computing exam time table for current or previous term based on the courses registered by the students. Steps:- 1. Build a graph using networkx from the received excel sheet 2. Visualize the following . The number of students in each course . The degree of each course in the graph 3. Start applying several coloring algorithms and compare the results in terms of time and required number of periods.