Quiz on Linked Lists

Test yourself on what you've learned about linked lists.

1

Which statement about an SLList having head and tail is true?

A)

An SLList can only implement Stack operations, not Queue operations.

B)

An SLList can implement both Stack and (FIFO) Queue operations in constant time per operation.

C)

An SLList can implement only Deque operations.

D)

An SLList cannot implement any of the List interface operations in constant time.

Question 1 of 50 attempted

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy