Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Implement Kruskal's algorithm

Open codelixir opened this issue 2 years ago • 9 comments

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

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

  • [x] C
  • [x] C++ (@skywalker2207)
  • [x] Java
  • [ ] Python (@error707-persona)
  • [x] C# (@MrJayendra)
  • [ ] Any other language

codelixir avatar Oct 14 '22 22:10 codelixir

C: #248 Java: #82

codelixir avatar Oct 14 '22 22:10 codelixir

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

skywalker2207 avatar Oct 14 '22 22:10 skywalker2207

Sure, you can go ahead

codelixir avatar Oct 14 '22 22:10 codelixir

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

error707-persona avatar Oct 15 '22 08:10 error707-persona

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

MrJayendra avatar Oct 15 '22 13:10 MrJayendra

@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.

codelixir avatar Oct 16 '22 13:10 codelixir

@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

MrJayendra avatar Oct 16 '22 14:10 MrJayendra

@MrJayendra alright, you can go ahead

codelixir avatar Oct 21 '22 06:10 codelixir

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

codelixir avatar Oct 26 '22 13:10 codelixir