manisha1424 / java-hacktoberfest2023

0 stars 3 forks source link

binary search code #1

Open manisha1424 opened 10 months ago

manisha1424 commented 10 months ago

create a binary search code Consider an array arr[] = {2, 5, 8, 12, 16, 23, 38, 56, 72, 91}, and the target = 23.

rv1830 commented 10 months ago

assign this to me