Skip to content

Commit 66fa3d1

Browse files
Merge pull request youngyangyang04#2667 from HardX8/typo-fix
修改0226.翻转二叉树.md 错别字
2 parents 1609759 + a91e01c commit 66fa3d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

problems/0226.翻转二叉树.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
![226.翻转二叉树](https://code-thinking-1253855093.file.myqcloud.com/pics/20210203192644329.png)
1616

17-
这道题目背后有一个让程序员心酸的故事,听说 Homebrew的作者Max Howell,就是因为没在白板上写出翻转二叉树,最后被Google拒绝了。(真假不做判断,权当一个乐子哈
17+
这道题目背后有一个让程序员心酸的故事,听说 Homebrew的作者Max Howell,就是因为没在白板上写出翻转二叉树,最后被Google拒绝了。(真假不做判断,全当一个乐子哈
1818

1919
## 算法公开课
2020

@@ -1033,3 +1033,4 @@ public TreeNode InvertTree(TreeNode root) {
10331033
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
10341034
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
10351035
</a>
1036+

0 commit comments

Comments
 (0)