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
List the basic operations carried out in a linked list?
What is the most used data structure?
Can nsarray contain nil?
If I try to add enum constants to a treeset, what sorting order will it use?
Explain what is B-tree?
Define a path in a tree?
In Data Structure, write output of given program.
What is data structure definition?
Write an algorithm to show various operations on ordered list and arrays
Define linear probing?
Which is the best book for data structures and algorithms?
What is a list in data structure?
Define b-tree of order m?
State the difference between primitive and non-primitive data types?
Can constructor be static?