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
What is map entry?
Is radix sort stable?
What is reduction to sorting method?
What do you mean by rehashing?
Which sorting algorithm is best for small data?
What is Doubly link list?
How do you represent a linked list?
What is bubble sort in data structure?
List all data structures you would use for a memory management module.
What is space complexity of a program?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
Is priority queue sorted?
What is the application of queue?
Is binary tree a bst?
How do you separate zeros from non-zeros in an array?