diff --git a/problems/二叉树的迭代遍历.md b/problems/二叉树的迭代遍历.md index d228077b..10e7e7b4 100644 --- a/problems/二叉树的迭代遍历.md +++ b/problems/二叉树的迭代遍历.md @@ -268,7 +268,6 @@ func inorderTraversal(root *TreeNode) []int { ``` - ----------------------- * 作者微信:[程序员Carl](https://mp.weixin.qq.com/s/b66DFkOp8OOxdZC_xLZxfw) * B站视频:[代码随想录](https://space.bilibili.com/525438321)