why are there so many int used in c program of binary search
Answers
Answered by
0
Answer:
it's her choice
what you want to do
Answered by
0
Answer:
Because it holds a value in that program
Explanation:
A binary search technique works only on a sorted array, so an array must be sorted to apply binary search on the array. It is a searching technique that is better then the liner search technique as the number of iterations decreases in the binary search.
The logic behind the binary search is that there is a key. This key holds the value to be searched. The highest and the lowest value
Similar questions