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
What is sorting with example?
Does concat mutate array?
Can list contain null values?
Are data structures important?
Describe tree database.
Which list does not allow duplicates?
How do you sort an array in decreasing order?
Why quicksort is faster than merge sort?
Why you need a data structure?
When is a binary search best applied?
What is the difference between binary tree and binary search tree?
Does arraylist contain duplicates?
How does variable declaration affect memory allocation?
What does adt stands for?
Calculate the address of a random element present in a 2d array, given base address as ba.