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 do you mean by Syntax Error
Describe the complexity of Binary search
Which is better hashmap or treemap?
Can we declare array size as a negative number?
What do u mean by data type?
What are the types of linked list?
What are the advantages and disadvantages of linked list?
Can treeset contain null?
What is binary tree and its types?
What is a sorting algorithm in data structure?
Define degree of the node?
What is the advantage of the heap over a stack?
What is ascending and descending order?
What is difference between list and array?
What is a class user?