Challenge: Queue Using Stack
Let’s implement a queue using a stack.
We'll cover the following
Problem statement
Implement a queue using a stack.
Function prototypes
The following are the function prototypes of queue operations:
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.