Skip to content

Conversation

@serverf21
Copy link

What?

Added the code for Binary Search in Python

Solves #71

Tested and verified the code with all corner cases in local system.

Steps -

  1. Input any sorted array
  2. Try searching for a value
  3. The code will output the index of that value in sorted array
    Time Complexity - O(log(n))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant