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
Which time complexity is best?
How many types of data structure are there?
What is difference between arraylist and list?
Does treemap allow null key?
Why do we use insertion sort?
What is the best case for bubble sort?
Why is hashmap faster?
What are the topics in data structures?
How will you free the memory that is allocated at run time?
Why is quicksort unstable?
What is Another name of Dynamically allocating memory.
What is the time complexity of selection sort?
Does treeset allow null values?
Which type of memory allocation is referred for linked list?
Define balanced trees?