what is a complexity of linear search,binery search?
Answer Posted / hemant belwal
linear search=n/2
binary search=iog2n,2 in the base of log.
| Is This Answer Correct ? | 36 Yes | 91 No |
Post New Answer View All Answers
How many types of data structures are there?
What is the difference between array sort () and array sort t >()?
Define non-linear data structures?
Define rehashing?
What is meant by deque?
In what areas do data structures are applied?
What is the meaning of arraylist?
Why we need cursor implementation of linked lists?
Is heap sort faster than quicksort?
Explain the uses of matrix with an example?
What is difference between data type and data structure?
What is the time complexity of arrays sort?
What is application of data structure?
What is the types of data structure?
Define the queue data structure.