What is the average number of comparisons in a sequential
search?
Answer Posted / shyam
..............
(n+1)/2
.............
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain what is binary search?
Is heap sort faster than quicksort?
Define a full binary tree ?
Is quicksort faster than merge sort?
What is space complexity of a program?
Define left-in threaded tree?
Are collections thread safe?
Is data structure a data type?
What are the drawbacks of array implementation of queue?
What is link list in data structure?
What is an ordered map?
Can sets contain duplicates?
Can you declare an array without assigning the size of an array?
How many sorting techniques are there?
How expression trees are gets represented in data structure?