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

Add Quick Sort in Rust #2582

Merged
merged 1 commit into from
Oct 3, 2022
Merged

Add Quick Sort in Rust #2582

merged 1 commit into from
Oct 3, 2022

Conversation

melko
Copy link
Contributor

@melko melko commented Oct 3, 2022

Add a recursive implementation of the quick sort algorithm.

Closes #2579

Add a recursive implementation of the quick sort algorithm.

Closes #2579
@jrg94 jrg94 requested a review from a team October 3, 2022 21:04
@jrg94 jrg94 self-assigned this Oct 3, 2022
@jrg94 jrg94 added enhancement Any code that improves the repo hacktoberfest Hacktoberfest related quick sort See: https://sampleprograms.io/projects/quick-sort/ labels Oct 3, 2022
@jrg94 jrg94 added this to the 1,000 Code Snippets milestone Oct 3, 2022
Copy link
Member

@jrg94 jrg94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! We don't currently have rust testing, so I can't confirm that this works. That said, the code looks roughly like what I would expect.

@jrg94 jrg94 merged commit f741b6f into TheRenegadeCoder:main Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any code that improves the repo hacktoberfest Hacktoberfest related quick sort See: https://sampleprograms.io/projects/quick-sort/
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Quick Sort in Rust
2 participants