Skip to content

Commit 502bc28

Browse files
authored
Merge pull request kodecocodes#450 from fenaranjo42/patch-1
Update README.markdown
2 parents bb4e0a9 + 29c5952 commit 502bc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Union-Find/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Here's illustration of what I mean. Let's say the tree looks like this:
119119

120120
![BeforeFind](Images/BeforeFind.png)
121121

122-
We call `setOf(4)`. To find the root node we have to first go to node `2` and then to node `7`. (The indexes of the elements are marked in red.)
122+
We call `setOf(4)`. To find the root node we have to first go to node `2` and then to node `7`. (The indices of the elements are marked in red.)
123123

124124
During the call to `setOf(4)`, the tree is reorganized to look like this:
125125

0 commit comments

Comments
 (0)