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 / amit patra
A sequential search of the elements.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a stable sort?
What is tree in computer science?
What is nsmutablearray?
What are different types of sorting techniques?
What is the difference between one and two dimensional?
Is linkedlist thread safe?
How does the size of arraylist increases dynamically?
Why is quicksort so fast?
Define dynamic data structures?
What is sort function?
What is time complexity of hashmap?
Why is arraylist faster than linkedlist?
What is the default value of Array?
Is hashmap an object?
What do you mean by sorting?