-
Notifications
You must be signed in to change notification settings - Fork 43
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
Order Agnostic Binary Search #41
Comments
Can I do this task? |
Well I opened an issue for it but it is not assigned yet, I will complete as soon as it will be assigned. |
Can you explain about it more or give a problem statement? |
whenever the problem related to binary search is given it is always mentioned that it is sorted in either ascending order or descending order, but whenever is it not mentioned in question we need to first run the logic which tells whether the array is sorted in ascending manner or descending manner and then proceed with the binary search algorithm. |
@Chaitalishetty if this is open pls assign it to me i am ready to solve it as well as add labels for hsoc after assigning |
Description
Describe more about the issue.
Programming language
Are you contributing under any open-source program ?
Hacktoberfest
The text was updated successfully, but these errors were encountered: