deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

greedy graph coloring algorithm in cpp #252

Closed skywalker2207 closed 1 year ago

skywalker2207 commented 1 year ago

This PR implements the code for Graph Coloring algorithm in C++ referred in issue #234

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

codelixir commented 1 year ago

Please make sure the file name and path follow the guidelines as specified in [CONTRIBUTING.md][./CONTRIBUTING.md] and then check [x] all that apply in the PR description.