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 binary search tree? Explain with example?
What is array in data structure with example?
What is the use of bubble sort?
What is adt in data structure with example?
Tell me can the size of operator be used to tell the size of an array passed to a function?
Can you use Bubble Sort To sort the number of elements.
How does the size of arraylist increases dynamically?
What is the difference between linked list and array?
Why do we need to recycle?
What is 2 dimensional linked list?
In what scenario, binary search can be used?
What do you mean by external sorting?
What is scalar example?
What is adt and its advantages?
Which is better hashset or treeset?