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
Can arraylist have null values?
How do you sort elements in an arraylist?
Write an algorithm to find middle element in the linked list.
write a program to accept name & sort them?
Define biconnectivity?
Define outdegree of a graph?
What is rule regarding overriding equals and hascode method?
How does a dynamic array work?
What is collection process?
What is the use of treemap?
What are different dynamic memory allocation technique in c.
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
what is traversal in linked lists?
What is array indexing?
What do you mean by external sorting?