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
Is set sorted?
Which sorting is best and why?
What is data type explain?
Which is the best book for data structures and algorithms?
Which interfaces are implemented by abstractsequentiallist?
Which is the fastest sorting?
What is a undirected graph?
Define a relation?
Why we use linked list?
How can we delete the first node from the singly linked list?
State the merit of linked representation of binary trees?
What is bubble sort and selection sort?