what is a complexity of linear search,binery search?
Answer Posted / naresh kumar
complexity of linear search 0
n binary search 0log(n)
| Is This Answer Correct ? | 14 Yes | 31 No |
Post New Answer View All Answers
Does treemap allow null values?
Is treeset sorted?
Can we use ordered set for performing binary search?
What do you mean by free pool?
What is the prerequisite for binary searching?
Define indegree of a graph?
What is stable sort example?
Is copyonwritearraylist thread safe?
What is difference between stack and queue?
What is binary tree? Explain its uses.
How does threaded binary tree represented in data structure?
What does arrays tostring do?
Define rehashing?
Is boolean a data type?
Is array faster than arraylist?