leetcode刷題08--用隊列實現棧--T225

題目: web 思路:svg 大部分的操做都不難: 難點主要在於隊列實現棧的push操做,由於隊列的push是放到表尾,而棧的push是放到了表頭 這裏能夠想到用一個臨時隊列: 3d 上代碼:code class MyStack { public: /** Initialize your data structure here. */ MyStack() {
相關文章
相關標籤/搜索