You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
digraph family
|
|
{
|
|
6[label="S6"]
|
|
8[label="S8"]
|
|
9[label="S9"]
|
|
15[label="S15"]
|
|
23[label="S23"]
|
|
6->15
|
|
9->8
|
|
9->15
|
|
23->15
|
|
}
|