Quiz on Skiplists
Test yourself on what you've learned about skiplists.
1
Which statement is true about skiplists?
A)
Skiplists are a data structure that can only be used to implement a List
with time complexity for get(i)
, set(i, x)
, add(i, x)
, and remove(i)
methods.
B)
The efficiency of skiplists relies on their use of deterministic algorithms.
C)
Skiplists use randomness in the form of random coin tosses to determine the height of new elements added to the list.
D)
The skiplist structure is a sequence of doubly and singly-linked lists .
Question 1 of 40 attempted
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy