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

What is the bucket size, when the overlapping and collision occur at the same time?

1 Answers  


How to excel in data structures and algorithms?

0 Answers  


Explain how to find 3rd element from end in a linked list in one pass?

0 Answers  


What is map data structure?

0 Answers  


What is binary tree?

13 Answers   BMC,


What is data structure in programming language?

0 Answers  


What is a treemap chart?

0 Answers  


What is the prerequisite for binary searching?

0 Answers   Expedia,


Is pointer a variable in data structure?

0 Answers  


Is list an array?

0 Answers  


State the difference between primitive and non-primitive data types?

0 Answers  


When will we get ArrayStoreException?

0 Answers  


Categories