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
What is a data structure? What are the types of data structures?
What is the use of sorting the data?
What is meant by hashing?
How do you empty an arraylist?
How do I sort a hashmap key?
Do you know how to find if linked list has loop?
What is a height of a tree?
Explain binary searching, Fibonacci search.
Explain what are the major data structures used in the rdbms?
Is copyonwritearraylist thread safe?
What is a data structure? What are the types of data structures? Briefly explain them
Does hashmap preserve insertion order?
Why is quicksort better than mergesort?
What is the difference between array list and vector list?
How do you find the number of comparisons in bubble sort?