Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added quick sort, merge, counting sort in Rust #1130

Merged
merged 6 commits into from
Oct 1, 2020

Conversation

i-vishi
Copy link
Member

@i-vishi i-vishi commented Oct 1, 2020

Added following sorting algorithms in Rust:

  • Counting Sort
  • Merge Sort
  • Quick Sort

Also, removed a duplicate of counting sort in cpp
Fixes #1122

@i-vishi i-vishi merged commit 861e65f into VAR-solutions:dev Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add algorithms in Ruby, C#, Golang and Rust
1 participant