harizjet / GraphColouring-ConstructiveHeuristicsforTimetabling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Colouring Algorithm for Timetabling

Objective

  1. Be able to construct a timetable the most efficient way

Algorithm used

  1. Largest Degree Heuristics with Random Wheel Selection
  2. Largest Degree Heuristics with Roulette Wheel Selection

How

  1. Run main.py with data (sample_data.txt)

Sample Result


About


Languages

Language:Python 100.0%