what is a complexity of linear search,binery search?
Answer Posted / hemant belwal
linear search=n/2
binary search=iog2n,2 in the base of log.
| Is This Answer Correct ? | 36 Yes | 91 No |
Post New Answer View All Answers
What is hashing technique?
What is a sorting algorithm in data structure?
Why is it important to sort waste?
what is a balanced tree.
How is a hashset implemented?
Explain the Stack
What are the different binary tree traversal techniques?
Is it necessary to sort a file before searching a particular item ?
How does a hashmap work?
What is a data structure node class?
Is bubble sort faster than selection sort?
How does a treemap work?
Which language is best for data structures and algorithms?
What is the difference between collection and collections?
Which is the parent class of linkedlist class?