Skip to content

Instantly share code, notes, and snippets.

@fpopic
Created January 13, 2017 21:21
Show Gist options
  • Select an option

  • Save fpopic/066dc3d2d67cce4ff1f2725e71c0ccc4 to your computer and use it in GitHub Desktop.

Select an option

Save fpopic/066dc3d2d67cce4ff1f2725e71c0ccc4 to your computer and use it in GitHub Desktop.
digraph G {
0 [label="2,11:5"]
0 -> 5
0 -> 2
1 [label="6,7,8:3"]
1 -> 3
1 -> 1
1 -> 1
2 [label="14:5"]
3 [label="9:4"]
3 -> 0
4 [label="1:3"]
4 -> 0
5 [label="5:3"]
5 -> 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment