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 / malli
i think data is insufficient.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
Which sorting has less time complexity?
Is array of data structure?
What does abstract data type mean?
What are stacks? Give some of its applications.
How do you perform a merge sort?
What is the order of b tree?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
What is array simple?
What is the quickest sorting algorithm?
What are linear and non linear data structures?
What is a reverse linked list.
do records fall under linear or non linear data structures?
Is char array null terminated?
Does linkedhashset allow duplicates?
Can you make an arraylist of arrays?