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 / suchita
binary search
| Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
Which is the parent class of sortedset
what is the difference between Linear Array and Linked List?
What is the space complexity of quicksort?
How many times is merge sort called?
What is a node in it?
What can be stored in an arraylist?
Which language is best to learn data structures?
If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?
What is Another name of Dynamically allocating memory.
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
What is inplace sorting?
What is numeric array?
What is array sort?
Which sorting is best for large data?
Can we store primitives in collections?