You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Detailed description
I want to add a divide and conquer algo to find ith smallest element in a list of numbers with linear time complexity.
Context
This is a very efficient algo to find the ith smallest(or largest)element when the search space is large.
Possible implementation
No response
Additional information
Please assign me this issue under Hacktoberfest 2024.
The text was updated successfully, but these errors were encountered: