| Interface | Description |
|---|---|
| IntDisjointSets |
Interface for disjoint-set forest implementations that operate on a universe of contiguous integers.
|
| Class | Description |
|---|---|
| AbstractWrapperUtil | |
| BitSetIterator |
Iterator for iterating over a BitSet like over a normal collection.
|
| Holder<T> | |
| IOUtil |
Utility methods for operating with java.io.
|
| IPair<T1,T2> |
Immutable pair class.
|
| Pair<T1,T2> |
Mutable pair class.
|
| ReflectUtil | |
| UnionFind |
The well-known disjoint-set forest data structure for dealing with partitions on a fixed-range integer domain.
|
| 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.
|
Copyright © 2018. All rights reserved.