how to search an element in sorted linked list with time
complexity is O(log n).
Answer Posted / sniper
Yes u are right ...
here are the details
http://msdn.microsoft.com/en-us/library/ms379573%28v=vs.80%29.aspx#datastructures20_4_topic4
thanks ...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you provide some implementation of a dictionary having large number of words?
What are the basic operations of stack?
Why do we use dynamic arrays?
Why is it called bubble sort?
How do you find the height of a binary tree?
Parenthesis is never required in postfix or prefix expressions, why?
What is default array size?
What is heap tree in data structure?
What is the difference between length () and size () of arraylist?
When new data are to be inserted into a data structure?
What are different types of sorting techniques?
Why is reflection slower?
What is the difference between 1d and 2d array?
Define binary tree insertion.
What is difference between hashset and linkedhashset?