Closed Karnika06 closed 3 years ago
Okay. Will do it soon
@sakshigoel19 I have created a new PR with a new branch and made the requested changes and also added the readme.md file. Please review it.
Sure @Karnika06 , then you can close this pull request.
Description:
Added Graph coloring problem code i.e. to determine all the different ways in which graph can be colored using at most m colors. I have used Backtracking for this problem.
Details:
I have used C++ language for this problem. This problems issue number is #53 .