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
Explain in brief a linked list.
How many sorting are there in data structure?
What is complexity algorithm?
Is quicksort a stable algorithm?
How does linkedhashset work internally?
What is binary tree in discrete mathematics?
Where is data structure used?
What does arrays tostring do?
Can arraylist shrink?
Can we apply binary search algorithm to a sorted linked list, why?
What do you mean by free pool?
What is linear and non linear structure?
Define balancing condition for AVL Tree.
How many types of linked list are there?
Does treemap sort automatically?