deutranium / Algorithms

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

Implemented greedyGraphColoring in java #242

Closed LathikaDevraj closed 2 years ago

LathikaDevraj commented 2 years ago

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

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

codelixir commented 2 years ago

Looks good, merging! Thanks for contributing.