Answers

Question and Answer:

  Home  OS Data Structures

⟩ What is a complexity of linear search, binery search?

In linear search each element in the array should be checked

until the required element got searched whereas in binary

search array is divided into two and required element is

searched

 149 views

More Questions for you: