Queue using Two Stacks

  • + 0 comments

    I hate on leetcode style questions but my views are slowly changing. It's pretty cool to learn that by popping a LIFO into another LIFO you get a FIFO.