Merge pull request #2667 from HardX8/typo-fix

修改0226.翻转二叉树.md 错别字
This commit is contained in:
程序员Carl
2024-08-16 11:58:10 +08:00
committed by GitHub

View File

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