diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-10 17:41:27 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-10 17:41:27 -0400 |
| commit | 6e0903b459b339e404ad519467353ab0b526cfb5 (patch) | |
| tree | 76123d8dbaadf05bb95bfdbfce865c8af7d7093c /k5_2.gv | |
| parent | 20622555ee6eabb3d3c9f618d65b91736dd7097f (diff) | |
| download | balls-6e0903b459b339e404ad519467353ab0b526cfb5.zip | |
report draft
Diffstat (limited to 'k5_2.gv')
| -rw-r--r-- | k5_2.gv | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +graph "k5_1" { + layout=circo + node [ shape=circle ] + + 0 -- 1 + 0 -- 2 [color=red] + 0 -- 3 + 0 -- 4 + + 1 -- 2 + 1 -- 3 [color=red] + 1 -- 4 + + 2 -- 3 + 2 -- 4 + + 3 -- 4 +} |