Skip to content

Commit

Permalink
Update README.md (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpitgoyalgg committed Mar 9, 2024
1 parent 76617fa commit 111ea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-structures/tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ together with a list of references to nodes (the "children"),
with the constraints that no reference is duplicated, and none
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
root node, at the top, has no parent.

Expand Down

0 comments on commit 111ea3d

Please sign in to comment.