tweak docs
This commit is contained in:
parent
0acb9b8432
commit
32774924e2
|
@ -13,7 +13,9 @@
|
||||||
|
|
||||||
The union-find algorithm and data structure provides
|
The union-find algorithm and data structure provides
|
||||||
an API for representing sets that contain a single,
|
an API for representing sets that contain a single,
|
||||||
element. The sets support an (imperative) union operation,
|
canonical element. The sets support an (imperative) union
|
||||||
|
operation (the library picks one of the canonical elements
|
||||||
|
of the original sets to be the canonical element of the union),
|
||||||
as well as getting and setting the canonical element.
|
as well as getting and setting the canonical element.
|
||||||
|
|
||||||
These operations are not thread-safe.
|
These operations are not thread-safe.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user