IBM interview question

Implement a queue, using only stacks

Interview Answer

Anonymous

14 Aug 2015

Use two stacks.

2