Adding routes
This commit is contained in:
parent
ce119f13dc
commit
3f2da26b0e
1 changed files with 24 additions and 0 deletions
24
lab10/routes.txt
Normal file
24
lab10/routes.txt
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
0 2 3 4
|
||||||
|
0 2 4 3
|
||||||
|
0 3 2 4
|
||||||
|
0 3 4 2
|
||||||
|
0 4 2 3
|
||||||
|
0 4 3 2
|
||||||
|
2 0 3 4
|
||||||
|
2 0 4 3
|
||||||
|
2 3 0 4
|
||||||
|
2 3 4 0
|
||||||
|
2 4 0 3
|
||||||
|
2 4 3 0
|
||||||
|
3 0 2 4
|
||||||
|
3 0 4 2
|
||||||
|
3 2 0 4
|
||||||
|
3 2 4 0
|
||||||
|
3 4 0 2
|
||||||
|
3 4 2 0
|
||||||
|
4 0 2 3
|
||||||
|
4 0 3 2
|
||||||
|
4 2 0 3
|
||||||
|
4 2 3 0
|
||||||
|
4 3 0 2
|
||||||
|
4 3 2 0
|
Loading…
Reference in a new issue