Computer Science, asked by shifaaps3049, 1 year ago

Define binary search. How it different from linear search?

Answers

Answered by nymphadora2612
2
Binary search is a method in which we give a mid value to find a given number.
It is different from linear search because linear search is a slow method and binary search is very fast
Similar questions