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 / spandana
Binary search is faster
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Which is the parent class of printerstatereasons class?
What is impact of signed numbers on the memory using data structures?
Is data structure a data type?
Are linked lists considered linear or non-linear data structure?
What is stack algorithm?
What is sorting with example?
What are the advantages of linked list over an array?
How do you find the length of an arraylist?
Program to remove duplicate elements in an array.
What are trees in data structures?
Describe the complexity of Quick Sort
What is bitonic search?
Difference between calloc and malloc ?
Is char array null terminated?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential