Closed klaudiosinani closed 5 years ago
The PR introduces the following new unary method:
DisjointSet#setSize(value)
Returns the size of the disjoint set that the given element value is a member of. If the value is not part of any set, then 0 is returned.
value
0
Also, the corresponding TypeScript ambient declarations are included in the PR.
Description
The PR introduces the following new unary method:
DisjointSet#setSize(value)
Returns the size of the disjoint set that the given element
value
is a member of. If the value is not part of any set, then0
is returned.Also, the corresponding TypeScript ambient declarations are included in the PR.