fucking-algorithm
fucking-algorithm copied to clipboard
队列实现栈|栈实现队列 :: labuladong的算法小抄
用队列实现栈 , 可以放在push中操作, 这样就不用top_elem 这个变量了