Skip to content

Instantly share code, notes, and snippets.

@case-eee
Created October 26, 2015 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save case-eee/f74d2c8536394141d597 to your computer and use it in GitHub Desktop.
Save case-eee/f74d2c8536394141d597 to your computer and use it in GitHub Desktop.
Recursion Practice

Write a recursive function that searches for a target in a sorted array using binay search, where the array, its size and the target are given as parameters.

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