We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76617fa commit 111ea3dCopy full SHA for 111ea3d
src/data-structures/tree/README.md
@@ -23,7 +23,7 @@ together with a list of references to nodes (the "children"),
23
with the constraints that no reference is duplicated, and none
24
points to the root.
25
26
-A simple unordered tree; in this diagram, the node labeled 7 has
+A simple unordered tree; in this diagram, the node labeled 3 has
27
two children, labeled 2 and 6, and one parent, labeled 2. The
28
root node, at the top, has no parent.
29
0 commit comments