INCORRECT OUTPUT
BINARY SEARCH USING RECURSION
hello @mverma_be19
a)

use > in place of >=
b)

u havent added return before these function call
it should be->
return binary_search(parameters);
INCORRECT OUTPUT
hello @mverma_be19
a)

use > in place of >=
b)

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