We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb4e0a9 + 29c5952 commit 502bc28Copy full SHA for 502bc28
Union-Find/README.markdown
@@ -119,7 +119,7 @@ Here's illustration of what I mean. Let's say the tree looks like this:
119
120

121
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.)
+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.)
123
124
During the call to `setOf(4)`, the tree is reorganized to look like this:
125
0 commit comments