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 / guest
A Binary search of an ordered set of elemaents in an array
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does list allow null values?
How do you reference all the elements in a one-dimension array?
Write the advantage of separate chaining?
Can hashmap have duplicate keys?
Why do we use a multidimensional array in data structure?
What is the most used data structure?
Is hashmap synchronized?
Difference between abstract data type, data type and data structure?
Can you tell me the differences between Array and ArrayList?
Can map contain duplicate keys?
Why do we need sorting algorithms?
What the principle of quick sort and its complexity?
How is hashmap o 1?
How does max heap work?
Name the areas in which you can apply data structures extensively?