A queue is a data structure where elements are-03327
A queue is a data structure where elements are __________.
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.3.
A queue is a data structure where elements are __________.
inserted at the back and removed from the front
inserted and removed from the top.
inserted at the front and removed from the back.
inserted and removed from both ends.