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 / ankita roy
sequential search of the elementss
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does a dynamic array work?
Which is faster array or linked list?
Which sort algorithm is best?
What are the major data structures used in the hierarchical data model?
Define linear data structures?
How to find 3rd element from end in a linked list in one pass?
What is the complexity of arraylist?
Name some applications which use linked lists.
What is reduction to sorting method?
How many types of searching are there in data structure?
How do we find duplicate elements in an array?
Which searching algorithm is best?
Define a binary tree?
Briefly explain recursive algorithm?
What is heap tree?