Mridul-1-Sharma / data_structures_algos

Contribute to this repository with valid pull request to Hacktoberfest 2022 and earn awesome swags & T-shirts. This is a beginner friendly Project.
MIT License
6 stars 27 forks source link

M-coloring-Problem of Backtracking in C++ #55

Closed A-nsh-3027 closed 1 year ago

A-nsh-3027 commented 1 year ago

Added a folder in the repository containing Backtracking problems . Backtracking Problems are most important topic to be asked in interviews and OAs . And are easy to learn and imagine .

I have included the M-Coloring Graph Problem of backtracking in which the alternate graph nodes are colored with different colors . The code is in C++.

Kindly merge my request .