Menu

Lists Questions

MCQ
131.
What is a skip list?
forum Discussion
MCQ
132.
Skip lists are similar to which of the following datastructure?
forum Discussion
MCQ
133.
What is the time complexity improvement of skip lists from linked lists in insertion and deletion?
forum Discussion
MCQ
134.
To which datastructure are skip lists similar to in terms of time complexities in worst and best cases?
forum Discussion
MCQ
135.
The nodes in a skip list may have many forward references. their number is determined
forum Discussion
MCQ
136.
Are the below statements true about skiplists?
In a sorted set of elements skip lists can implement the below operations

i.given a element find closest element to the given value in the sorted set in O(logn)

ii.find the number of elements in the set whose values fall a given range in O(logn)
forum Discussion
MCQ
137.
How to maintain multi-level skip list properties when insertions and deletions are done?
forum Discussion
MCQ
138.
Is a skip list like balanced tree?
forum Discussion
MCQ
139.
What is indexed skip list?
forum Discussion
MCQ
140.
What is xor linked list ?
forum Discussion