Question
Programming and Data Structure Question on Queue
The operation is used to insert a new element at the front of the deque.
A
InsertRear
B
InsertFront
C
DeletionFront
D
DeletionRear
Answer
InsertFront
Explanation
Solution
The correct option is(B):InsertFront