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
Tell me why might quick sort might be better than merge sort?
Define degree of the node?
How remove all from arraylist?
What are priority queues?
Differentiate between priorityqueue and treeset.
How does max heap work?
How do you find the space complexity of a bubble sort?
Which list does not allow duplicates?
Is priority queue sorted?
What is the order of selection sort?
What is link list in data structure?
Define threaded binary tree. Explain its common uses
In what areas do data structures are applied?
Will arraylist maintain insertion order?
What are examples of data structures?