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 / bharathi
Binary search
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Differentiate between the singly linked list and doubly linked list.
What is difference between data type and data structure?
What is a spanning tree in data structure?
How do you find the size of an arraylist?
What is the order of selection sort?
What is a priority queue?
What are the applications of graph data structure?
What is perfect binary tree?
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)
Why is data structure important?
Define a complete binary tree?
What are three common types of traversals?
What is the difference between array and list?
Write an algorithm to find middle element in the linked list.
Define circular list?