deutranium / Algorithms

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

greedyGraphColoring added #236

Closed shadowsaber16 closed 2 years ago

shadowsaber16 commented 2 years ago

This PR implements the code for greedyGraphColoring in python referred in issue #234

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

codelixir commented 2 years ago

Hey! The code looks good. Just add the link in the readme (since it is the first implementation) and I'll accept your PR.

codelixir commented 2 years ago

Thanks for contrbuting!