Class UndirectedGraphAlgorithms<V>

java.lang.Object
squidpony.squidai.graph.Algorithms<V>
squidpony.squidai.graph.UndirectedGraphAlgorithms<V>
Type Parameters:
V - the vertex type; often Coord

public class UndirectedGraphAlgorithms<V>
extends Algorithms<V>
Algorithms specific to undirected graphs, like DefaultGraph, as well as general Algorithms. Currently, this only adds a findMinimumWeightSpanningTree() method.
Author:
earlygrey