UnweightedGraph

open class UnweightedGraph<V> : Graph where V : Decodable, V : Encodable, V : Equatable

An implementation of Graph with some convenience methods for adding and removing UnweightedEdges. WeightedEdges may be added to an UnweightedGraph but their weights will be ignored.