BINARY SEARCH USING RECURSION

INCORRECT OUTPUT

hello @mverma_be19
a)
image

use > in place of >=
b)

image

u havent added return before these function call
it should be->
return binary_search(parameters);