Multiple choice

In which of the following data structures, the elements cannot be inserted into the middle of the list or deleted from the middle of the list?

  1. Dequeue

  2. Multi set

  3. List

  4. Array

  5. Structure

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In this data structure, the elements cannot be inserted into the middle of list or deleted from the middle of the list.