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 / priyank
Binary search tree..:)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does adt stands for?
Define graph?
How does a dynamic array work?
Define articulation point?
Write a program to reverse a link list.
Are sets sorted?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Can hashmap store null values?
What do you mean by union-by-weight?
What is difference between hashmap and map?
What are different types of sorting algorithms?
How can a binary tree be represented using the rotation?
What is example of data?
Write the disadvantages of separate chaining?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?