Amazon Interview Question

Implement stack using two queues

Interview Answer

Anonymous

Jul 31, 2015

By using two queues

4