From 3bb7cb567eb5dfd8ce1ec9dd4970fd8b6e802e38 Mon Sep 17 00:00:00 2001 From: GLACIER Date: Mon, 30 Aug 2021 16:43:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Update=20=E4=BA=8C=E5=8F=89=E6=A0=91?= =?UTF-8?q?=E5=9F=BA=E7=A1=80.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正 --- animation-simulation/二叉树/二叉树基础.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation-simulation/二叉树/二叉树基础.md b/animation-simulation/二叉树/二叉树基础.md index 36a7d23..c0ca15a 100644 --- a/animation-simulation/二叉树/二叉树基础.md +++ b/animation-simulation/二叉树/二叉树基础.md @@ -105,7 +105,7 @@ PS:本篇文章内容较基础,对于没有学过数据结构的同学会有 ### 满二叉树 -满二叉树:在一棵二叉树中,`所有分支节点都存在左子树和右子树`,并且`所有的叶子都在同一层`,这种树我们称之为完全二叉树.见下图 +满二叉树:在一棵二叉树中,`所有分支节点都存在左子树和右子树`,并且`所有的叶子都在同一层`,这种树我们称之为满二叉树.见下图 ![](https://cdn.jsdelivr.net/gh/tan45du/photobed@master/image.2k1tlbtywzu0.png) From eb7a35ec635d803c278a5f228ad0ed5169dbb2f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 14:58:15 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=87=8D=E6=9E=84=20?= =?UTF-8?q?=E3=80=90Github=20Actions=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e27e2ef..c498a00 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@   @算法基地 - ### **❤️ 致各位题友的一封信(使用仓库前必读)** 大家刚开始刷题时,会有不知道该从何刷起,也看不懂别人题解的情况