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
Which is faster arraylist or linked list?
what is a balanced tree.
List out the disadvantages of using a linked list?
How can avl tree be useful in all the operations as compared to binary search tree?
What is the difference between hashset and hashtable?
What is the similarity between a Structure, Union and enumeration?
Can you sort a string?
What is a B tree?
What are the properties of an algorithm?
State the difference between arrays and linked lists?
Describe tree rotation in avl tree.
What method removes the value from the top of a stack?
Why concurrenthashmap is fail safe?
What is sorted list in data structure?
What will be the output of below code?