krishna14kant / Data-Structures-

hacktoberfest hacktoberfest2020 hacktoberfest-accepted
45 stars 481 forks source link

Graph coloring problem (Python) #545

Open nrhitik opened 1 year ago

nrhitik commented 1 year ago

Implement a solution for a Constraint Satisfaction Problem using Branch and Bound and Backtracking for Graph coloring problem.