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 / ibna
binary search
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define probing?
Why do we use trees in data structures?
What is data and its type?
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 are the advantage of linked list over array?
Define splay tree?
What is the difference between Array and LinkedList?
What is difference between hashset and treeset?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
What is concept of data structure?
What is declaring array?
How does arraylist store data?
Describe tree database. Explain its common uses.
Which interfaces are implemented by abstractsequentiallist?
How to increase stack limit in w3wp.exe?