Challenge: Queue Using Stack

Let’s implement a queue using a stack.

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 70+ hands-on prep courses.