SAP Interview Question

How would you implement a queue using the stack class?

Interview Answer

Anonymous

Jan 24, 2018

Use 2 stacks

3