what is the role of stacks and queues in computer organization equation
Answers
Answered by
1
Answer:
The difference between stacks and queues is in removing. In a stack we remove the item the most recently added; in a queue, we remove the item the least recently added. Fig 1: This shows the process of adding (enqueue) and deleting (dequeue) letters a, b, and c from a queue.
Explanation:
Similar questions