mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 02:21:30 +08:00
refactor: Replace 结点 with 节点 (#452)
* Replace 结点 with 节点 Update the footnotes in the figures * Update mindmap * Reduce the size of the mindmap.png
This commit is contained in:
@@ -20,5 +20,5 @@ func TestLevelOrder(t *testing.T) {
|
||||
|
||||
// 层序遍历
|
||||
nums := levelOrder(root)
|
||||
fmt.Println("\n层序遍历的结点打印序列 =", nums)
|
||||
fmt.Println("\n层序遍历的节点打印序列 =", nums)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user