nisbweb / Code-Alchemy

Repository for Hacktoberfest 2024
2 stars 33 forks source link

Graph-Coloring #46

Closed PawanGupta14 closed 1 month ago

PawanGupta14 commented 1 month ago

This implementation checks if a graph can be colored using m colors such that no two adjacent vertices have the same color. It uses backtracking to explore possible color assignments.