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 / guest
A Binary search of an ordered set of elemaents in an array
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the Linked List
How do you solve a selection sort?
Which searching algorithm is best?
Why do we need sorting?
Give one example of right rotation.
Which sorting algorithm is used in arrays sort?
Explain Queue
Does linked list allow duplicates?
Write the recursive c function to count the number of nodes present in a binary tree.
What is arraylist load factor?
Is hashtable better than dictionary?
What do you mean by hash table?
Write the stack overflow condition.
What is an object array?
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?