Explain multiple stacks and queues with rxample in data structure
Answers
Answered by
1
Answer:
Multiple stacks and queues. ... In Computer Science, a queue is a structure where you can put items in one end and take them off the other end. Thus the first item put into the queue is the first item removed from the queue.
Similar questions