Microsoft interview question

implement a queue usind a stack in python.

Interview Answer

Anonymous

20 July 2020

not sure what was the right solution but they wanted to implement it using 2 stacks.