Uses of Interface
net.automatalib.common.util.IntDisjointSets
-
Packages that use IntDisjointSets Package Description net.automatalib.common.util This package (including sub-packages) contains basic utility classes to ease everyday programming. -
-
Uses of IntDisjointSets in net.automatalib.common.util
Classes in net.automatalib.common.util that implement IntDisjointSets Modifier and Type Class Description class
UnionFind
The well-known disjoint-set forest data structure for dealing with partitions on a fixed-range integer domain.class
UnionFindRemSP
Implementation of a disjoint set (union-find) data structure for integers, based on Rem's algorithm, as described in the paper Experiments on Union-Find Algorithms for the Disjoint-Set Data Structure (M.
-