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 / uma sankar reddy.p
Binarysearch is faster than sequential search
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain extended binary tree.
How helpful is abstract data type of data structures?
How many types of linked lists are there?
Can hashtable have duplicate values?
What is ds heap sort?
What do you mean by priority queue?
Which sorting is used in collections sort?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
What is example of data?
What is the minimization factor and time complexity of b-tree?
What does the dummy header in linked list contain?
How is bubble sort done?
Is it possible to make an array volatile in java?
Why do we need linked lists?
What are the different types of sorting in data structure?