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 counting sort in the list of sorting techniques #108

Closed
kratik1237 opened this issue Jul 14, 2024 · 3 comments
Closed

Add counting sort in the list of sorting techniques #108

kratik1237 opened this issue Jul 14, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@kratik1237
Copy link

Description
We need to add Counting Sort to our existing list of sorting techniques in our documentation/codebase. Counting Sort is a non-comparison-based sorting algorithm that sorts elements in linear time complexity for a specific range of input.

Use Case

  • Enhances our sorting algorithm collection
  • Provides an efficient sorting method for integers or objects with integer keys
  • Useful for educational purposes to demonstrate different sorting paradigms
  • Can significantly improve performance in scenarios with a limited range of input values
@kratik1237 kratik1237 added the enhancement New feature or request label Jul 14, 2024
@kratik1237
Copy link
Author

@MastanSayyad I AM WORKING ON IT pls reopen the issue

@MastanSayyad
Copy link
Owner

@kratik1237 You should have let me now about it before starting working in it, I would have allowed you

Nevermind, Show me the work progress!

@MastanSayyad
Copy link
Owner

After that I'll assign this issue to you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants