DeBruijnGraph
DeBruijnGraph[m, n] gives the n-dimensional De Bruijn graph with m symbols.
DeBruijnGraph[m, n, type] gives the De Bruijn graph with connectivity given by type.
Examples
Create a De Bruijn graph:
DeBruijnGraph[2, 3]Binary De Bruijn sequence graph:
DeBruijnGraph[2, 4]Please visit the official Wolfram Language Reference for more details.