python-ds icon indicating copy to clipboard operation
python-ds copied to clipboard

Binary Search Recursive method for Array

Open tasbihaasim opened this issue 5 years ago • 0 comments

Description

This is a code to run a binary search recursively on an array.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature/question
  • [ ] This change requires a documentation update
  • [ ] Bookmark link

Checklist:

  • [ ] My code follows the style guidelines of this project i.e. Pep8
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] Any dependent changes have been merged and published in downstream modules
  • [ ] I have squashed unnecessary commits

tasbihaasim avatar Apr 26 '20 16:04 tasbihaasim