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
How do you do binary search?
In an avl tree, at explain what condition the balancing is to be done?
Why is hashmap not thread safe?
What is difference between map and hashmap?
What is adt in data structure?
What is sequential sorting?
What is dangling pointer and how to avoid it?
Explain what are the methods available in storing sequential files ?
What is the difference between data types and data structures?
What do u mean by data type?
Does treemap sort automatically?
Which data structure is applied when dealing with a recursive function?
What is a map in programming?
List the differences between comparable and comparator interface?
Which sorting algorithm is worst?