Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randhir200/binary-search-recursive

Given n distinct numbers, implement a recursive binary search to check the presence of target number k. In case k is present among those n numbers, print 1 Else print -1
https://github.com/randhir200/binary-search-recursive

Last synced: 2 days ago
JSON representation

Given n distinct numbers, implement a recursive binary search to check the presence of target number k. In case k is present among those n numbers, print 1 Else print -1

Awesome Lists containing this project