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
Should I use hashmap or hashtable?
What is bubble sort used for?
What is the time complexity of arraylist and linked list?
What is ascending and descending order?
Define leaves?
What is the relationship between a queue and its underlying array?
Define a linear and non linear data structure.
What do you mean by recursive definition?
What is the capacity of arraylist?
Explain Stack
What is binary tree in computer science?
What is the minimum number of nodes in an avl tree of height h?
Which sorting algorithm is best for small data?
What is meant by arraylist?
How would you swap the Kth node from beginning with Kth node from end in a Linked List.