Skip to content

Commit

Permalink
Merge pull request #6 from LiuqingDu/patch-1
Browse files Browse the repository at this point in the history
Update 03.md
  • Loading branch information
zq99299 authored Jul 11, 2023
2 parents 02b1b12 + 52f30da commit cf295c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dsalg-java-hsp/05/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
| 中缀表达式 | 后缀表达式 |
| ----------- | --------------- |
| `a + b` | `a b +` |
| `a + (b-c)` | `a b c -` |
| `a + (b-c)` | `a b c - +` |
| `a+(b-c)*d` | `a b c - d * +` |
| `a+d*(b-c)` | `a d b c - * +` |
| `a=1+3` | `a 1 3 + =` |
Expand Down

0 comments on commit cf295c4

Please sign in to comment.