We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1609759 + a91e01c commit 66fa3d1Copy full SHA for 66fa3d1
problems/0226.翻转二叉树.md
@@ -14,7 +14,7 @@
14
15

16
17
-这道题目背后有一个让程序员心酸的故事,听说 Homebrew的作者Max Howell,就是因为没在白板上写出翻转二叉树,最后被Google拒绝了。(真假不做判断,权当一个乐子哈)
+这道题目背后有一个让程序员心酸的故事,听说 Homebrew的作者Max Howell,就是因为没在白板上写出翻转二叉树,最后被Google拒绝了。(真假不做判断,全当一个乐子哈)
18
19
## 算法公开课
20
@@ -1033,3 +1033,4 @@ public TreeNode InvertTree(TreeNode root) {
1033
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
1034
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
1035
</a>
1036
+
0 commit comments