Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- graph {
- node [shape=circle];
- A -- B [label=1];
- B -- C [label=2];
- C -- D [label=2];
- D -- E [label=2];
- E -- F [label=2];
- F -- G [label=2];
- G -- A [label=2];
- E -- H [label=1];
- H -- D [label=1];
- }
Advertisement
Add Comment
Please, Sign In to add comment