binary_search_vikas
v1.0.0
Published
To use this package follow below instruction - import binarySearch function from the package - call it with a string e.g binarySearch(arr, num) - it will return index of number in the array - return -1 if number will not present in the array - a
Readme
To use this package follow below instruction
- import binarySearch function from the package
- call it with a string e.g binarySearch(arr, num)
- it will return index of number in the array
- return -1 if number will not present in the array
- array must be sorted in the increasing order
