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
What do you mean by rehashing?
Is list an array?
What is an expression tree?
Can I provide array size dynamically?
Can a hashmap have duplicate keys?
Which is faster hashmap or hashset?
Can arraylist be empty?
Name the areas in which you can apply data structures extensively?
Is array immutable?
What are the advantages and disadvantages of linked list?
What are the types of linked list?
What is binary tree and its types?
What is the difference between arraylist and hashmap?
What is an algorithm in coding?
Write program for Bubble Sort ?