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
How to sort 1 million floating point numbers?
What is meant by deque?
What are the average and worst time complexity in a sorted binary tree is
Is array a collection?
What is the top of a stack?
Write the algorithm for converting infix expression to postfix expression?
What is definition list?
Does concat mutate array?
Define structure property in a heap?
What are the types of map?
What is a tech stack?
Is array immutable?
What is meant by ordered and sorted in collections?
Explain exception filter?
Define level of the tree?