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
Is it possible to store null key and null values in a hashmap?
What are the main differences between the linked list and linear array?
Tell me the difference between structure and array?
What is a height of a tree?
Why do we use hashset?
What are the four characteristics of algorithms?
How do you find a string is anagram or not?
How does hashset work internally in java?
What are the major data structures used in the following areas : network data model & hierarchical data model?
Is bubble sort slow?
Is hashtable fail fast?
Why do we need a data structure?
What do you understand by doubly linked list?
How do you find the number of comparisons in bubble sort?
Is hashmap get thread safe?