Amazon interview question

Implement stack using two queues

Interview Answer

Anonymous

31 Jul 2015

By using two queues

4