What is the average number of comparisons in a sequential
search?
Answer Posted / pavan
n/2(if array contains n elements)
| Is This Answer Correct ? | 5 Yes | 25 No |
Post New Answer View All Answers
State the difference between arrays and linked lists?
What do you mean by balance factor of a node in avl tree?
How will you free the memory that is allocated at run time?
Define graph traversals?
What is max heapify?
Are dictionaries mutable?
Should I use hashmap or hashtable?
What is array in data structure with example?
Define a right-skewed binary tree?
What do you mean by quadratic probing?
Is bubble sort slow?
How do you find the height of a binary tree?
What are hash tables good for?
What is sequential search? What is the average number of comparisons in a sequential search?
What is raid (redundant array of inexpensive disks)? Explain its level?