Challenge: Reverse Queue
Let’s reverse a queue using a stack.
We'll cover the following...
We'll cover the following...
Problem
Reverse the elements of a queue.
Input
A queue of integers.
Output
The queue of ...
Let’s reverse a queue using a stack.
Reverse the elements of a queue.
A queue of integers.
The queue of ...