Which one is faster?
A binary search of an orderd set of elements in an array
or
a sequential search of the elements.

Answers were Sorted based on User's Feedback



Which one is faster? A binary search of an orderd set of elements in an array or a sequential s..

Answer / ankita roy

sequential search of the elementss

Is This Answer Correct ?    0 Yes 1 No

Which one is faster? A binary search of an orderd set of elements in an array or a sequential s..

Answer / amit patra

A sequential search of the elements.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Data Structures Interview Questions

Is list a data structure?

0 Answers  


What do you mean by 2-3 tree?

0 Answers  


State the properties of b tree.

0 Answers  


What are the advantage of collection classes over arrays?

0 Answers  


Why do we use stacks?

0 Answers  






What is a b+ tree? Explain its uses.

0 Answers  


What does each entry in the link list called?

0 Answers  


What is circular linked list?

0 Answers  


Why is quicksort unstable?

0 Answers  


what is Singly Linked list?

0 Answers  


If you have to store one lakh objects, what will be a better option- a hash map or an array list?

0 Answers   DELL,


How would you swap the Kth node from beginning with Kth node from end in a Linked List.

0 Answers   DELL,


Categories