Skip to content

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

Notifications You must be signed in to change notification settings

m10-as/computing-exam-time-table-using-networkx-and-coloring-algorithm-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks