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 / siya
binary search...............
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How hashmap increases its size?
Write an algorithm for inserting and deleting an element from doubly linked list?
What is sort function?
What are the types of collection?
What are the applications of b-tree?
What is fibonacci search?
What is difference between concurrenthashmap and hashtable?
Is merge sort better than quick?
When will we get ArrayStoreException?
What is difference between list and set?
What are some of the best practices relating to the java collection framework?
What are the advantages of linked list over an array?
Explain implementation of traversal of a binary tree.
What is the heap in data structures?
What are the issues that hamper the efficiency in sorting a file?