Skip to content

Commit c4a3fe0

Browse files
authored
Update 0150.逆波兰表达式求值.md
1 parent 2514a7a commit c4a3fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0150.逆波兰表达式求值.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
如动画所示:
8383
![150.逆波兰表达式求值](https://code-thinking.cdn.bcebos.com/gifs/150.逆波兰表达式求值.gif)
8484

85-
相信看完动画大家应该知道,这和[1047. 删除字符串中的所有相邻重复项](https://programmercarl.com/1047.删除字符串中的所有相邻重复项.html)是差不错的,只不过本题不要相邻元素做消除了,而是做运算!
85+
相信看完动画大家应该知道,这和[1047. 删除字符串中的所有相邻重复项](https://programmercarl.com/1047.删除字符串中的所有相邻重复项.html)是差不多的,只不过本题不要相邻元素做消除了,而是做运算!
8686

8787
C++代码如下:
8888

0 commit comments

Comments
 (0)