• + 1 comment

    I spent 10 minutes trying to figure out how I'm gonna implement a queue using two stacks. Turns out, I need to USE 2 stacks to implement. How silly of me:=)