mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 07:01:18 +08:00
Update README.md (#1093)
This commit is contained in:
parent
76617fa83a
commit
111ea3dbd3
@ -23,7 +23,7 @@ together with a list of references to nodes (the "children"),
|
|||||||
with the constraints that no reference is duplicated, and none
|
with the constraints that no reference is duplicated, and none
|
||||||
points to the root.
|
points to the root.
|
||||||
|
|
||||||
A simple unordered tree; in this diagram, the node labeled 7 has
|
A simple unordered tree; in this diagram, the node labeled 3 has
|
||||||
two children, labeled 2 and 6, and one parent, labeled 2. The
|
two children, labeled 2 and 6, and one parent, labeled 2. The
|
||||||
root node, at the top, has no parent.
|
root node, at the top, has no parent.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user