deutranium / Algorithms

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

Implement Graph Coloring Algorithm #234

Open shadowsaber16 opened 2 years ago

shadowsaber16 commented 2 years ago

Implement greedyGraphColoring in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

codelixir commented 2 years ago

Yes you can go ahead with it, assigning it to you. I'd suggest you to put your code in a new directory named something like graphAlgos/

LathikaDevraj commented 2 years ago

Hey, can I claim the implementation of the algorithm in Java?

codelixir commented 2 years ago

@LathikaDevraj yes, you can go ahead!

codelixir commented 2 years ago

Merging #236 for python. Thanks @shadowsaber16!

codelixir commented 2 years ago

Merging #242 for java. Thanks @LathikaDevraj!

codelixir commented 1 year ago

Assigned C++ to @skywalker2207