/**
 * Contains classes and functionality for building undirected graphs and computing connected components within them.
 * @author TrawlStars, Inc.
 *
 */
package graph;