DSC-Banasthali-Vidyapith / Code-Crossroad

This project contains the carefully compiled Data Structures & Algorithm questions asked by the companies that visit Banasthali Vidyapith on-campus.
MIT License
55 stars 78 forks source link

Fixes #53 #104

Closed Karnika06 closed 2 years ago

Karnika06 commented 3 years ago

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. Also added Graph_Coloring_problem.md file.

Details:

I have used C++ language for this problem. This problems issue number is #53 .