[CareerCup] 3.5 Implement Queue using Two Stacks 使用兩個棧來實現佇列

Grandyang發表於2015-07-27

 

3.5 Implement a MyQueue class which implements a queue using two stacks.

 

LeetCode上的原題,請參見我之前的部落格Implement Queue using Stacks 用棧來實現佇列

 

相關文章