Skip to content

Instantly share code, notes, and snippets.

@aeter
Created April 15, 2010 08:26
Show Gist options
  • Save aeter/366836 to your computer and use it in GitHub Desktop.
Save aeter/366836 to your computer and use it in GitHub Desktop.
# a testing graph
graph={
1:[2],
2:[1,3,4,5],
3:[2,6],
4:[2,12],
5:[2,7],
6:[3,7,11,12],
7:[5,6,10],
10:[7,11,12],
11:[10],
12:[4,6]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment