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 sorting an array?
What are the tasks performed during inorder traversal?
What is the best case for bubble sort?
What is the difference between adt and data structure?
What is the difference between ienumerable and list?
How many parts are there in a declaration statement using data structures?
How would you reverse characters of an array without using indexing in the array.
What is binary tree used for?
Define threaded binary tree.
What are the tasks performed while traversing a binary tree?
What are the advantages and disadvantages of copyonwritearraylist?
Does hashmap preserve insertion order?
Describe what is Node in link list? And name the types of Linked Lists?
What you mean by sorting?
How to find middle element of linked list in one pass?