Quiz

Test yourself on what you've learned so far.

1

Which is true about data structures?

A)

An implementation of a data structure includes the operations supported by the data structure and its semantics.

B)

An interface defines the internal representation of the data structure.

C)

The operations supported by the Queue interface are add(x) and add(y).

D)

A Deque can be implemented using only addLast(x) and removeLast().

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