Queues: A Tale of Two Stacks

  • + 0 comments

    The problem description states you need to implmement the queue with two stacks. Here, you use one list, which is not according to the problem statement.