what is a complexity of linear search,binery search?
Answer Posted / anju
linerasearch-o(n)
binarysearcho(logn)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is difference between set and map?
What is circular linked list?
What is the most used data structure?
What are the disadvantages array implementations of linked list?
How does shell sort work?
Can you change size of array once created?
What are different types of linked lists?
What are the four characteristics of algorithms?
What is the use of bubble sort?
Explain binary search tree?
What will happen if an array goes out of bounds?
What is the slowest sorting algorithm?
What is difference between list and array list?
What is the difference between static and dynamic data?
Why hashmap is faster than hashtable?