-
Notifications
You must be signed in to change notification settings - Fork 0
use networkx library and applying coloring algorithm to solve real life problem such as computing exam time table for current or previous term based on the courses registered by the students
m10-as/computing-exam-time-table-using-networkx-and-coloring-algorithm-
Folders and files
Name | Name | Last commit message | 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.
About
use networkx library and applying coloring algorithm to solve real life problem such as computing exam time table for current or previous term based on the courses registered by the students