Interview

面试题:使用一个stack实现Queue

Question You are given a Stack data structure that supports standard push and pop operations. You need to implement Queue data structure using one Stack instances. Picture From: Implement Queue