Which of the following option(s) is/are the variations of the deque? (i) Input…

2017

Which of the following option(s) is/are the variations of the deque?
(i) Input restricted deque
(ii) Output restricted deque

Answer: C. Both (i) and (ii)The correct option is C: Both (i) and (ii). A deque (Double-Ended Queue) allows insertion and deletion at both ends. Its two standard restricted variations…

  1. A.

    Only (i)

  2. B.

    Only (ii)

  3. C.

    Both (i) and (ii)

  4. D.

    Neither (i) nor (ii)

Attempted by 358 students.

Show answer & explanation

Correct answer: C

The correct option is C: Both (i) and (ii). A deque (Double-Ended Queue) allows insertion and deletion at both ends. Its two standard restricted variations are: Input-restricted deque (insertion at one end, deletion at both ends) and Output-restricted deque (deletion at one end, insertion at both ends).

Explore the full course: Btsc Lab Assistant

Loading lesson…