Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Add algorithms in Ruby, C#, Golang and Rust

Open i-vishi opened this issue 3 years ago • 12 comments

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

i-vishi avatar Oct 01 '20 03:10 i-vishi

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

divyanshugit avatar Oct 01 '20 03:10 divyanshugit

Create a PR, no need to make another issue

i-vishi avatar Oct 01 '20 03:10 i-vishi

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

nits01 avatar Oct 01 '20 08:10 nits01

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

sahuaman83 avatar Oct 01 '20 12:10 sahuaman83

Please merge #1232

Priyansh2001here avatar Oct 01 '20 19:10 Priyansh2001here

I can implement more but need some time

Priyansh2001here avatar Oct 01 '20 19:10 Priyansh2001here

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

Adarsh08X avatar Oct 02 '20 09:10 Adarsh08X

@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-vishi avatar Oct 02 '20 09:10 i-vishi

I've added Kadane's algorithm in c#

Adarsh08X avatar Oct 02 '20 10:10 Adarsh08X

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

varshaig1999 avatar Oct 02 '20 16:10 varshaig1999

@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 avatar Oct 03 '20 07:10 i-vishi

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

Mitali-laroia avatar Oct 04 '20 07:10 Mitali-laroia