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 REQUEST] Sleep Sort Algorithm #5137

Closed
pankaj-bind opened this issue May 2, 2024 · 7 comments
Closed

[FEATURE REQUEST] Sleep Sort Algorithm #5137

pankaj-bind opened this issue May 2, 2024 · 7 comments

Comments

@pankaj-bind
Copy link

What would you like to Propose?

Sleep sort is a unique sorting algorithm that utilizes sleep functions to achieve sorting. The basic idea behind the algorithm is to assign each element in the list to a separate thread. Each thread then sleeps for an amount of time proportional to the value of the element it is assigned. Once all threads have finished sleeping, the elements are sorted in ascending order based on the time they took to sleep.

Issue details

Algorithm Description: Provide a clear and concise explanation of the Sleep Sort algorithm.
Implementation: Implement the Sleep Sort algorithm in the programming language of your choice.
Testing: Develop test cases to ensure the correctness of the implementation.
Documentation: Document the code and algorithm to facilitate understanding for future developers.

Additional Information

Sleep sort is not suitable for practical use due to its inefficiency and unpredictability. It's mainly used for educational and entertainment purposes.

@pankaj-bind
Copy link
Author

assign me

@SAIVARDHAN15
Copy link

hey, @pankaj-bind if you are not working on it, can it be assigned to me?

@pankaj-bind
Copy link
Author

hey, @pankaj-bind if you are not working on it, can it be assigned to me?

it is not yet assigned

@VarshaUN
Copy link

Hi @pankaj-bind , I hope this message finds you well. I wanted to check in and see if the issue you mentioned is still open. If it is, please feel free to assign it to me, and I'll be happy to assist. Thank you, Varsha

@aishuarya
Copy link

Hi @yanglbme
I have raised a PR for this ,could you check

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

@github-actions github-actions bot added the stale label Aug 12, 2024
Copy link

Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants