Data Structures

What term describes the following? a data structure that allows insertion and removal of elements from both the front and the back.

Correct answer

C. Dequeue

Explanation

Dequeue refers to a data structure that allows insertion and removal of elements from both the front and the back.