原文链接: https://leetcode-cn.com/problems/binary-tree-postorder-traversal
英文原文Given the root of a binary tree, retur
标签详情
栈 分类
原文链接: https://leetcode-cn.com/problems/evaluate-reverse-polish-notation
英文原文Evaluate the value of an arithmetic expres
原文链接: https://leetcode-cn.com/problems/min-stack
英文原文Design a stack that supports push, pop, top, and retrieving the m
原文链接: https://leetcode-cn.com/problems/binary-search-tree-iterator
英文原文Implement the BSTIterator class that represents
原文链接: https://leetcode-cn.com/problems/basic-calculator
英文原文Given a string s representing a valid expression, implemen
原文链接: https://leetcode-cn.com/problems/basic-calculator-ii
英文原文Given a string s which represents an expression, evalua
原文链接: https://leetcode-cn.com/problems/implement-queue-using-stacks
英文原文Implement a first in first out (FIFO) queue us
原文链接: https://leetcode-cn.com/problems/palindrome-linked-list
英文原文Given the head of a singly linked list, return true
原文链接: https://leetcode-cn.com/problems/remove-duplicate-letters
英文原文Given a string s, remove duplicate letters so that
原文链接: https://leetcode-cn.com/problems/create-maximum-number
英文原文You are given two integer arrays nums1 and nums2 of l