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 unbounded queue?
How to traverse data in a linked list in forward and backward direction, write the algorithm?
What is structure of data type?
What are the 3 types of measurement?
List out the basic operations that can be performed on a stack?
Explain what is the bucket size, when the overlapping and collision occur at same time?
Which sorting algorithm is best for large data?
Which is better hashmap or arraylist?
Is any implicit arguments are passed to a function when it is called?
Which language is best for data structures?
Explain singly linked list in short.
Difference between abstract data type, data type and data structure?
Is hashmap a collection?
Why quicksort is faster than merge sort?
Can we change load factor of hashmap?