DirectedStarGraph

public struct DirectedStarGraph : GraphProtocol, _DenseIntegerVertexIdGraph
extension DirectedStarGraph: IncidenceGraph
extension DirectedStarGraph: BidirectionalGraph

A directed graph with a star topology, where vertex 0 is at the center, and every vertex has an edge to vertex 0 (including the self-loop at vertex 0).

DirectedStarGraph: IncidenceGraph

DirectedStarGraph: BidirectionalGraph