Physics, asked by mandeepmultani1868, 1 year ago

Compare between linear search and Binary search

Answers

Answered by shad121
1
The major difference between linear search and binary search is that binary search takes less time to search an element from the sorted list of elements. So it is inferred that efficiency of binary search method is greater than linear search.
Answered by natassha
1

Here's your answer. If you are satisfied with the answer please do mark me as brainliest.


Searching is a process of finding an element within the list of elements stored in any order or randomly. The major difference between linear search and binary search is that binary search takes less time to search an element from the sorted list of elements.

Similar questions