GraphTheory[SpecialGraphs]
DyckGraph
construct Dyck graph
Calling Sequence
Description
Examples
References
DyckGraph()
The DyckGraph() command returns the Dyck graph, a 3-regular graph with 32 vertices and 48 edges, named after Walther von Dyck.
withGraphTheory:
withSpecialGraphs:
G≔DyckGraph
G≔Graph 1: an undirected graph with 32 vertices and 48 edge(s)
IsPlanarG
false
DrawGraphG
"Dyck graph", Wikipedia. http://en.wikipedia.org/wiki/Dyck_graph
See Also
SpecialGraphs
Download Help Document