Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 111ea3d

Browse filesBrowse files
authored
Update README.md (trekhleb#1093)
1 parent 76617fa commit 111ea3d
Copy full SHA for 111ea3d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/data-structures/tree/README.md

Copy file name to clipboardExpand all lines: src/data-structures/tree/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ together with a list of references to nodes (the "children"),
2323
with the constraints that no reference is duplicated, and none
2424
points to the root.
2525

26-
A simple unordered tree; in this diagram, the node labeled 7 has
26+
A simple unordered tree; in this diagram, the node labeled 3 has
2727
two children, labeled 2 and 6, and one parent, labeled 2. The
2828
root node, at the top, has no parent.
2929

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.