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

✨[FEATURE] Add 10 more sorting algorithms #409

Closed
AnanteshG opened this issue Oct 22, 2024 · 0 comments · Fixed by #414
Closed

✨[FEATURE] Add 10 more sorting algorithms #409

AnanteshG opened this issue Oct 22, 2024 · 0 comments · Fixed by #414

Comments

@AnanteshG
Copy link
Contributor

🌟 Feature Overview

These algorithms are not basic and not used day to day but is good to know and understand how it works internally.

  • Merge Sort
  • Pigeon Hole Sort
  • Quick Sort
  • Radix Sort
  • Randomized Quick Sort
  • Selection Sort
  • Shell Sort
  • Stooge Sort
  • Strand Sort
  • Tree Sort

🤔 Why this feature?

New and different sorting algorithms to understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants