klaudiosinani / dsforest

Disjoint-set forests for ES6
MIT License
16 stars 0 forks source link

Add new `DisjointSet#forestElements` class property accessor (#3) #7

Closed klaudiosinani closed 5 years ago

klaudiosinani commented 5 years ago

Description

The PR introduces the following new property accessor:

Returns the total number of all elements among the disjoint sets of the forest.

Also, the corresponding TypeScript ambient declarations are included in the PR.