Fix grammar
This commit is contained in:
parent
b9061d2a76
commit
0527dbd60d
|
@ -543,7 +543,7 @@ bool same(int a, int b) {
|
||||||
\begin{samepage}
|
\begin{samepage}
|
||||||
The function \texttt{unite} joins the sets
|
The function \texttt{unite} joins the sets
|
||||||
that contain elements $a$ and $b$
|
that contain elements $a$ and $b$
|
||||||
(the elements has to be in different sets).
|
(the elements have to be in different sets).
|
||||||
The function first finds the representatives
|
The function first finds the representatives
|
||||||
of the sets and then connects the smaller
|
of the sets and then connects the smaller
|
||||||
set to the larger set.
|
set to the larger set.
|
||||||
|
|
Loading…
Reference in New Issue