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.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔DyckGraph⁡
G≔Graph 1: an undirected graph with 32 vertices and 48 edge(s)
IsPlanar⁡G
false
DrawGraph⁡G
"Dyck graph", Wikipedia. http://en.wikipedia.org/wiki/Dyck_graph
See Also
SpecialGraphs
Download Help Document