prathimacode-hub / PyAlgo-Tree

👍This project aims to be a finest hub of various data structures and algorithms using python. Feel free to contribute and show your support by ✨ this repository.
https://prathimacode-hub.github.io/PyAlgo-Tree/
MIT License
31 stars 43 forks source link

Graph Coloring Problem #60

Closed Manasi2001 closed 3 years ago

Manasi2001 commented 3 years ago

Title: Graph Coloring Problem About: The aim is to solve Graph Coloring Problem. Name: Manasi Chhibber Label: Feature Request Assignee: 'Manasi2001'


Define You:

Is your feature request related to a problem? Please describe.

The motive is to solve graph coloring problem. 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.

Describe the solution you'd like...

Use backtracking to solve the issue.

prathimacode-hub commented 3 years ago

Template is showing the details of your previous issue. Kindly correct it. @Manasi2001

Manasi2001 commented 3 years ago

Template is showing the details of your previous issue. Kindly correct it. @Manasi2001

I'm sorry. Corrected now ma'am.

prathimacode-hub commented 3 years ago

Issue assigned. @Manasi2001