“颗” -> “棵”

This commit is contained in:
bqlin
2021-12-25 12:24:02 +08:00
parent 96f70a46a4
commit 898330147c
29 changed files with 51 additions and 51 deletions

View File

@@ -145,7 +145,7 @@ public:
```
在注释中,可以发现可以不写终止条件,因为本来我们就要遍历整树。
在注释中,可以发现可以不写终止条件,因为本来我们就要遍历整树。
有的同学可能担心不写终止条件会不会无限递归?