Add graph references

This commit is contained in:
Abdelrahman Said
2026-06-28 13:49:01 +01:00
parent 0a9807e448
commit a11edf0c53
2578 changed files with 868045 additions and 0 deletions
@@ -0,0 +1,9 @@
out, loops twice: ( 1 1 3 1 )
in, loops twice: ( 0 1 3 2 )
all, loops twice: ( 1 2 6 3 )
out, loops once: ( 1 1 3 1 )
in, loops once: ( 0 1 3 2 )
all, loops once: ( 1 2 5 3 )
out, no loops: ( 1 1 2 1 )
in, no loops: ( 0 1 2 2 )
all, no loops: ( 1 2 4 3 )