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
I noticed the problem related to Exponential Search Algorithm and I would like to take it up. I understand searching algorithms well and I am sure I can do this efficiently.
This is a high-level summary of how I will do it:
Create the Exponential Search Function: I will create a function "exponentialSearch" that locates the range in which the target element might be present and then carries out a binary search in that interval.
Create the Binary Search Function: I will create a helper function "binarySearch" that conducts the search within the range found.
"Test the Implementation:" I will build test sorted arrays and test the function to make sure it is working properly.
Let me know if I can be given this issue. I'm looking forward to contributing!
No description provided.
The text was updated successfully, but these errors were encountered: