Data Structures

In computer science, Dequeue refers to which of the following?

Correct answer

D. A data structure that allows insertion and removal of elements from both the front and the back.

Explanation

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