17 lines
234 B
Plaintext
17 lines
234 B
Plaintext
edge { arrowstyle: filled; }
|
|
graph {
|
|
colorscheme: x11;
|
|
flow: east;
|
|
title: G;
|
|
}
|
|
|
|
[ 0 ] --> [ 11 ]
|
|
[ 11 ] --> [ 1 ]
|
|
[ 1 ] --> [ 10 ]
|
|
[ 1 ] --> [ 2 ]
|
|
[ 10 ] --> [ 6 ]
|
|
[ 2 ] --> [ 3 ]
|
|
[ 3 ] --> [ 8 ]
|
|
[ 8 ] --> [ 5 ]
|
|
[ 5 ] --> [ 6 ]
|