Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Implement Graph Coloring Algorithm

Open shadowsaber16 opened this issue 4 years ago • 6 comments

Implement greedyGraphColoring in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

  • [ ] C
  • [ ] C++
  • [x] Java
  • [x] Python
  • [ ] Any other language

shadowsaber16 avatar Oct 18 '21 09:10 shadowsaber16

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/

codelixir avatar Oct 18 '21 11:10 codelixir

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

LathikaDevraj avatar Oct 19 '21 00:10 LathikaDevraj

@LathikaDevraj yes, you can go ahead!

codelixir avatar Oct 19 '21 07:10 codelixir

Merging #236 for python. Thanks @shadowsaber16!

codelixir avatar Oct 19 '21 08:10 codelixir

Merging #242 for java. Thanks @LathikaDevraj!

codelixir avatar Oct 22 '21 10:10 codelixir

Assigned C++ to @skywalker2207

codelixir avatar Oct 13 '22 17:10 codelixir