Skip to content

Instantly share code, notes, and snippets.

@fabienhinault
Last active April 8, 2021 06:32
Show Gist options
  • Save fabienhinault/94e4ca62d512ffb34baf19c0ed1f87c5 to your computer and use it in GitHub Desktop.
Save fabienhinault/94e4ca62d512ffb34baf19c0ed1f87c5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
digraph G {
5 -> 10
2 -> 10
2 -> 4
2 -> 6
2 -> 8
3 -> 6
4 -> 8
3 -> 9
3 -> 12
4 -> 12
2 -> 12
6 -> 12
3 -> 15
5 -> 15
8 -> 16
4 -> 16
2 -> 16
9 -> 18
3 -> 18
2 -> 18
6 -> 18
11
13
17
19
2 -> 20
4 -> 20
5 -> 20
10 -> 20
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment