Package edu.uci.ics.dillenco.datastruct

Class Summary
CircList<T> This class represents a hybrid circular/linked list.
UnionFind<T> This class implements the standard union-find algorithm, with weight balancing and path compression