deutranium / Algorithms

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

Implement Welsh Powell algorithm #235

Open shadowsaber16 opened 2 years ago

shadowsaber16 commented 2 years ago

Implement welshPowellAlgorithm in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

codelixir commented 2 years ago

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

LathikaDevraj commented 2 years ago

Can I claim the implementation of the algorithm in Java?

codelixir commented 2 years ago

Yes, @LathikaDevraj, you can go ahead!

codelixir commented 2 years ago

Closed #237 for python. Thanks, @shadowsaber16!

etzl commented 2 years ago

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

codelixir commented 2 years ago

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!

etzl commented 2 years ago

@codelixir Ok, thanks I'm working on it

codelixir commented 2 years ago

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

codelixir commented 2 years ago

Assigned C to @skywalker2207 (#251)