fucking-algorithm icon indicating copy to clipboard operation
fucking-algorithm copied to clipboard

队列实现栈|栈实现队列 :: labuladong的算法小抄

Open utterances-bot opened this issue 4 years ago • 1 comments

队列实现栈|栈实现队列 :: labuladong的算法小抄

https://labuladong.gitee.io/algo/2/19/43/

utterances-bot avatar May 18 '21 02:05 utterances-bot

用队列实现栈 , 可以放在push中操作, 这样就不用top_elem 这个变量了

AVAL-NIX avatar May 18 '21 02:05 AVAL-NIX