what is a complexity of linear search,binery search?
Answer Posted / ankita dey
Linear Search-O(n)
Binary Search-O(log n)
| Is This Answer Correct ? | 48 Yes | 5 No |
Post New Answer View All Answers
How to pass in data structure exam?
In what order the elements of a hashset are retrieved?
Explain singly linked list in short.
Define a binary tree?
Which interfaces are implemented by abstractsequentiallist?
What is time complexity of bubble sort?
Explain about circular linked list?
What are the best data structure courses for gate preparation?
What is the use of bubble sort?
Does concat mutate array?
What are the average and worst time complexity in a sorted binary tree is
Differentiate between iterator and enumeration.
Is tuple immutable?
What is ordered map?
Write a program to reverse a single linked list.