Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Implement Welsh Powell algorithm

Open shadowsaber16 opened this issue 4 years ago • 9 comments

Implement welshPowellAlgorithm in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

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

shadowsaber16 avatar Oct 18 '21 09:10 shadowsaber16

You can go ahead! I've assigned the issue to you, you can now make a PR.

codelixir avatar Oct 18 '21 11:10 codelixir

Can I claim the implementation of the algorithm in Java?

LathikaDevraj avatar Oct 19 '21 00:10 LathikaDevraj

Yes, @LathikaDevraj, you can go ahead!

codelixir avatar Oct 19 '21 07:10 codelixir

Closed #237 for python. Thanks, @shadowsaber16!

codelixir avatar Oct 22 '21 10:10 codelixir

I want to work on c++ implementation. Should I use a graph library? Or can I use stdout to show the result?

etzl avatar Apr 10 '22 11:04 etzl

I want to work on c++ implementation. Should I use a graph library? Or can I use stdout to show the result?

Hey @etzl, stdout would be enough, but if you are interested in showing the output as a graph, that would be cool too!

codelixir avatar Apr 12 '22 09:04 codelixir

@codelixir Ok, thanks I'm working on it

etzl avatar Apr 13 '22 10:04 etzl

Closed #249 for C++. Thanks @etzl!

codelixir avatar Apr 27 '22 09:04 codelixir

Assigned C to @skywalker2207 (#251)

codelixir avatar Oct 13 '22 17:10 codelixir