Chromatic Graph Theory project - fold graph coloring
This project was an assignment from Chromatic Graph Theory course, held at the Faculty of Mathematics and Information Science of Warsaw University of Technology. Its purpose was to investiage possible approximation algorithms to apply for a problem of multifold coloring.
To optimize the performance, Graph structure implements a different from classic (adjacency matrix/list of adjacency) approach: edges are stored as a set of neighbors for each vertex.
There were three algorithms proposed:
Results of a research were given in the report (Polish version only)