Change circuit -> path
This commit is contained in:
parent
ee7ede62d5
commit
9ca906ee77
|
@ -546,7 +546,7 @@ combinations of three bits:
|
||||||
000, 001, 010, 011, 100, 101, 110 and 111.
|
000, 001, 010, 011, 100, 101, 110 and 111.
|
||||||
|
|
||||||
It turns out that each De Bruijn sequence
|
It turns out that each De Bruijn sequence
|
||||||
corresponds to an Eulerian circuit in a graph.
|
corresponds to an Eulerian path in a graph.
|
||||||
The idea is to construct the graph so that
|
The idea is to construct the graph so that
|
||||||
each node contains a combination of $n-1$ characters
|
each node contains a combination of $n-1$ characters
|
||||||
and each edge adds one character to the string.
|
and each edge adds one character to the string.
|
||||||
|
|
Loading…
Reference in New Issue