X

stack

LEETCODE 1472. Design Browser History 解题思路分析

题目大意: 你有一个只支持单个标签页的 …

LEETCODE 844. Backspace String Compare 解题思路分析

题目大意: 比较含退格的字符串 给定 S…

LEETCODE 402. Remove K Digits 解题思路分析

题目大意: 移掉K位数字 给定一个以字符…

LEETCODE 1441. Build an Array With Stack Operations 解题思路分析

题目大意: 用栈操作构建数组 给你一个目…

LEETCODE 20. Valid Parentheses 解题思路分析

题目大意: 有效的括号 给定一个只包括&…

LEETCODE 150. Evaluate Reverse Polish Notation 解题思路分析

题目大意: 逆波兰表达式求值 根据逆波兰…

LEETCODE 1249. Minimum Remove to Make Valid Parentheses 解题思路分析

题目大意: 移除无效的括号 给你一个由&…

LEETCODE 1209. Remove All Adjacent Duplicates in String II 解题思路分析

题目大意: 删除字符串中的所有相邻重复项…

LEETCODE 1047. Remove All Adjacent Duplicates In String解题思路分析

题目大意: 删除字符串中的所有相邻重复项…

1081. Smallest Subsequence of Distinct Characters 解题思路分析

题目大意: 不同字符的最小子序列 返回字…