Enumerations
The following enumerations are available globally.
-
A type used to construct an UnweightedGraph with vertices of type V that is isomorphic to a star graph. https://en.wikipedia.org/wiki/Star_(graph_theory)
See moreDeclaration
Swift
public enum StarGraph<V> where V : Decodable, V : Encodable, V : Equatable
-
A type used to construct UnweightedGraph with vertices of type V that is isomorphic to a complete graph. https://en.wikipedia.org/wiki/Complete_graph
See moreDeclaration
Swift
public enum CompleteGraph<V> where V : Decodable, V : Encodable, V : Equatable