The OBJECTIVE is to implement the graph colouring algorithm in parallel using threads and synchronise them with the help of locks, in C++. Greedy coloring is used for this method. Each thread is ...
Graph colouring, the assignment of colours to the vertices of a graph so that no two adjacent vertices share the same colour, represents a canonical NP-hard combinatorial optimisation problem with ...