Skip to content

Commit

Permalink
added graph script and dot file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffiths committed Jul 19, 2011
1 parent 4db270c commit a0bccf1
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 0 deletions.
58 changes: 58 additions & 0 deletions examples/graph.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
digraph {
middle->a1
a1->b1
b1->c1
c1->d1
d1->e1
e1->f1
f1->c1
middle->a2
a2->b2
b2->c2
c2->d2
d2->e2
e2->f2
f2->c2
middle->a3
a3->b3
b3->c3
c3->d3
d3->e3
e3->f3
f3->c3
middle->a4
a4->b4
b4->c4
c4->d4
d4->e4
e4->f4
f4->c4
middle->a5
a5->b5
b5->c5
c5->d5
d5->e5
e5->f5
f5->c5
middle->a6
a6->b6
b6->c6
c6->d6
d6->e6
e6->f6
f6->c6
middle->a7
a7->b7
b7->c7
c7->d7
d7->e7
e7->f7
f7->c7
middle->a8
a8->b8
b8->c8
c8->d8
d8->e8
e8->f8
f8->c8
}
Loading

0 comments on commit a0bccf1

Please sign in to comment.