Advertisements
Advertisements
Question
How is queue data type different from deque data type?
Short/Brief Note
Advertisements
Solution
In Queue insertion allow in rear end and removal (retrieval) allow from the front end.
Deque, stands for double ended queue, which allows insertion and deletion operation at both ends.
shaalaa.com
Is there an error in this question or solution?
