Files
Abdelrahman Said a11edf0c53 Add graph references
2026-06-28 13:49:01 +01:00

28 lines
229 B
Plaintext

*vertices 15 10
1 "A"
2 "B"
3 "C"
4 "D"
5 "E"
6 "F"
7 "G"
8 "H"
9 "I"
10 "J"
11 "1"
12 "2"
13 "3"
14 "4"
15 "5"
*matrix
1 0 0 0 0
1 1 0 0 0
1 1 1 0 0
1 1 1 1 0
1 1 1 1 1
0 0 0 0 1
1 0 0 0 1
1 1 0 1 1
0 0 0 0 0
1 0 1 0 1