master
loooph 2023-02-22 16:31:40 +01:00
parent efa135560b
commit 6cc0b49118
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ k n = buildG (1,n) [(u,v)|u <- [1..n],v <- [1..n]]
-- TODO Tiefe
-- TODO Wurzel betonen
-- TODO Blätter betonen?
g1 = buildG (0,6) [(1,5),(1,2),(1,3),(2,4),(3,5),(4,2),(4,3),(5,1),(5,2),(5,6),(6,0),(0,6)]