deutranium / Algorithms

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

Implement Kruskal's algorithm #254

Open codelixir opened 1 year ago

codelixir commented 1 year ago

Implement Kruskal's algorithm in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

codelixir commented 1 year ago

C: #248 Java: #82

skywalker2207 commented 1 year ago

hey @codelixir can you assign the c++ implementation of this to me

codelixir commented 1 year ago

Sure, you can go ahead

error707-persona commented 1 year ago

Hey, I can implement it in python. Please assign it to me

MrJayendra commented 1 year ago

I am interested in this work. Please assign it to me

codelixir commented 1 year ago

@error707-persona I have assigned it to you; you can go ahead. @MrJayendra what language do you want to implement it in? You can pick any language, not on the list.

MrJayendra commented 1 year ago

@error707-persona I have assigned it to you; you can go ahead. @MrJayendra what language do you want to implement it in? You can pick any language, not on the list.

I can contribute in C# language

codelixir commented 1 year ago

@MrJayendra alright, you can go ahead

codelixir commented 1 year ago

Merged for C# (#258) and C++(#260). Thanks, @MrJayendra and @skywalker2207