Bloomberg Interview Question

Show how to implement a queue using two stacks

Interview Answer

Anonymous

May 12, 2010

Push to one stack then pop and push to the second stack