CompleteGraphFactoryExtension<V, E> extension

on

Methods

complete({required int vertexCount}) Graph<V, E>

Available on GraphFactory<V, E>, provided by the CompleteGraphFactoryExtension extension

Creates a complete Graph where all vertices are connected with each other.