Add graph references
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
*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 1 0 0 0 2
|
||||
1 1 1 0 0 3
|
||||
1 1 1 1 0 4
|
||||
1 1 1 1 1 5
|
||||
0 0 0 0 1 1
|
||||
1 0 0 0 1 2
|
||||
1 1 0 1 1 4
|
||||
0 0 0 0 0 0
|
||||
1 0 1 0 1 3
|
||||
Reference in New Issue
Block a user