What is the average number of comparisons needed in a
sequential search to determine the position of an element in
an array of 100 elements, if the elements are ordered from
largest to smallest?
Answer Posted / sandep
all are correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate linear from a nonlinear data structure?
How many types of sorting algorithms are there?
Why quicksort is faster than merge sort?
How many times is merge sort called?
Mention one advantage and disadvantage of using quadratic probing?
What is dynamic array in excel?
State the rules to be followed during infix to postfix conversions?
Which language is best for learning data structures and algorithms?
What does adt stands for?
What are arrays used for?
What sorting algorithm should be used for sorting strings?
Why do we use dynamic arrays?
Why linked list is required?
State the demerits of linked representation of binary trees?
What is the difference between list, set and map?