package
0.0.0-20240929113052-427f8c84d8a0
Repository: https://github.com/wallberg/sandbox-go.git
Documentation: pkg.go.dev
# Functions
Arcs generates a singly linked list of Arc nodes, with one node for each edge that emanates from vertex v in graph g.
CartesianProduct generates the cartesian product of graphs g and h.
Complete generates a complete graph (K) of order n.
ConnectedSubsets generates all connected subsets in g of size n.
ConnectedSubsetsVertex generates all connected subsets in g of size n which contain vertex v.
Cycle generates a cycle (C) of order n.
Path generates a path (P) of order n.
RemoveIsolated generates a new graph with isolated vertices (outdegree zero) removed.