From 693406493d793a69a1f8ffe95aab76a98bf1f2d1 Mon Sep 17 00:00:00 2001 From: mba1398 Date: Sat, 12 Dec 2020 16:25:16 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Task06=EF=BC=9A=E7=BB=BC=E5=90=88?= =?UTF-8?q?=E7=BB=83=E4=B9=A0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Task06:综合练习.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Task06:综合练习.md b/Task06:综合练习.md index 8349ac6..fd8ddad 100644 --- a/Task06:综合练习.md +++ b/Task06:综合练习.md @@ -144,8 +144,8 @@ +----+------+ ``` 每个节点都是以下三种类型中的一种: -* Leaf: 如果节点是根节点。 -* Root: 如果节点是叶子节点。 +* Root: 如果节点是根节点。 +* Leaf: 如果节点是叶子节点。 * Inner: 如果节点既不是根节点也不是叶子节点。 写一条查询语句打印节点id及对应的节点类型。按照节点id排序。上面例子的对应结果为: