Microsoft interview question

implement a queue usind a stack in python.

Interview Answer

Anonymous

Jul 20, 2020

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