Guest User

example2.dot

a guest
May 10th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 0.22 KB | None | 0 0
  1. graph {
  2.   node [shape=circle];
  3.   A -- B [label=1];
  4.   B -- C [label=2];
  5.   C -- D [label=2];
  6.   D -- E [label=2];
  7.   E -- F [label=2];
  8.   F -- G [label=2];
  9.   G -- A [label=2];
  10.   E -- H [label=1];
  11.   H -- D [label=1];
  12. }
Advertisement
Add Comment
Please, Sign In to add comment