how to search an element in sorted linked list with time
complexity is O(log n).
Answer Posted / baskerdearer
By using the skip list concept. we can search the sorted
linked list with O(log n).
| Is This Answer Correct ? | 35 Yes | 10 No |
Post New Answer View All Answers
What are the different data structures?
What actions are performed when a function returns?
What is an ordered map?
Can nsarray contain nil?
How is the front of the queue calculated in data structure?
What are the disadvantages of linear list?
Tell me what should be done in the base case for this recursive problem?
What are the advantages of array?
What is the difference between data type and data structure?
What is complete binary tree in data structure?
What is the difference between hashmap and treemap?
Can a stack be described as a pointer? Explain.
What is data structure in programming language?
What is sort function?
What does simulation of queues mean?