Which one is faster?
A binary search of an orderd set of elements in an array
or
a sequential search of the elements.
Answer Posted / spandana
Binary search is faster
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is an ordered list?
What does adt stands for?
What is structure of data type?
Is quicksort divide and conquer?
What is the minimum number of queues needed when implementing a priority queue?
What are the standard ways in which a graph can be traversed?
Differentiate between hashmap and treemap.
What should be done in the base case for this recursive problem?
What is type structure?
What does stack top do?
Explain what is the bucket size, when the overlapping and collision occur at same time?
What does sorting an array do?
What is the relationship between a queue and its underlying array?
Define circular list?
How to find 3rd element from end in a linked list in one pass?