Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

Graph Coloring Problem #580

Closed Manasi2001 closed 2 years ago

Manasi2001 commented 3 years ago

Aim: Given an undirected graph and an integer M. The task is to determine if the graph can be colored with at most M colors such that no two adjacent vertices of the graph are colored with the same color.