Skip to content

trudeau/disjoint-set

Repository files navigation

disjoint-set

A Java Disjoint-Set data structure implementation

Usage

The org.nnsoft.trudeau.collections.disjointset.DisjointSet<E> is a Generics-friendly data structure which offers the E find( E e ) and the void union( E e1, E e2 ).

About

A Java Disjoint Set data structure implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages