diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-10 17:58:30 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-10 17:58:30 -0400 |
| commit | 6a18f738c8dd6e3fe9f21c27f70f7df201e54d24 (patch) | |
| tree | 89075957cd8110d11fb703ff7d4a1f900884f536 /report/k5_5.gv | |
| parent | 6e0903b459b339e404ad519467353ab0b526cfb5 (diff) | |
| download | balls-6a18f738c8dd6e3fe9f21c27f70f7df201e54d24.zip | |
move report to its own directory
Diffstat (limited to 'report/k5_5.gv')
| -rw-r--r-- | report/k5_5.gv | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/report/k5_5.gv b/report/k5_5.gv new file mode 100644 index 0000000..99dd63c --- /dev/null +++ b/report/k5_5.gv @@ -0,0 +1,18 @@ +graph "k5_1" { + layout=circo + node [ shape=circle ] + + 0 -- 1 + 0 -- 2 + 0 -- 3 + 0 -- 4 + + 1 -- 2 + 1 -- 3 + 1 -- 4 [color=red] + + 2 -- 3 + 2 -- 4 + + 3 -- 4 +} |