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 / bharathi
Binary search
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How is bubble sort done?
How can I study data structures and algorithms?
Which data structures are applied when dealing with a recursive function?
What is a cycle or a circuit?
Differentiate between comparable and comparator.
What is binary tree example?
What are the advantages of selecetion sort?
What is difference between hashtable and hashmap?
Why quicksort is faster than merge sort?
What is an ordered map?
Is vector a collection?
Can you sort a string?
What is sorting an array?
What do you mean by linear probing?
What do you mean by an Array?