摘要: Leecode 150. 逆波兰表达式求值 题目链接:https://leetcode.cn/problems/evaluate-reverse-polish-notation/description/ 题目描述: 思路:逆波兰表达式相当于是二叉树中的后序遍历。将两个数字放入栈中,遇到运算符后将两个 阅读全文
posted @ 2025-04-27 22:43 米布丁 阅读(28) 评论(0) 推荐(0)