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 2 dimensional linked list?
Why is hashmap not thread safe?
Why do we use arrays?
How can we delete any specific node from the linked list?
Can you provide some implementation of a dictionary having large number of words?
Differentiate between singly and doubly linked lists?
What is sorting problem?
What is complexity of quicksort?
Which is the parent class of hashmap class?
Calculate the efficiency of sequential search?
What is data type in data structure?
Define disjoint set adt?
How helpful is abstract data type of data structures?
What are the different types of collections?
Explain extended binary tree.