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 O(logn)O(\log n) time complexity for get(i), set(i, x), add(i, x), and remove(i).

B)

The efficiency of skiplists relies on their use of deterministic algorithms.

C)

Skiplists use 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 L0,...,LhL_0, ..., L_h.

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