VAR-solutions/Algorithms

Add algorithms in Ruby, C#, Golang and Rust

i-vishi opened this issue · 12 comments

Implement Data structures and algorithms in Ruby, Go, C# and Rust

@i-vishi , Can I create a Pull request directly or do I need to first create a new issue for this?

Create a PR, no need to make another issue

I am trying to clone this repo after forking but its giving me errors.

I have added Dijkstra's Algo in C# with documentation. Please Review!!

Please merge #1232

I can implement more but need some time

Hey can i add algorithm in c++ or python?

@Adarsh08X most of the algorithms are already implemented in c++ and python. If you want to add a new algorithm or want to improve the current code, you can go ahead

I've added Kadane's algorithm in c#

Hey @i-vishi can I make some changes to the current algorithms in c++ to make it better?

@varshaig1999 Yes, you can. If you find some errors in the current code or you want to add some explanation to the code you can make changes

@i-vishi Added selection sort in c#.
Pls have a look at #1537