mirror of
https://github.com/guilhermewerner/paa
synced 2025-06-16 21:44:18 +00:00
New tests
This commit is contained in:
32
Permutation.txt
Normal file
32
Permutation.txt
Normal file
@ -0,0 +1,32 @@
|
||||
G1:
|
||||
0 1 1 1 0 0
|
||||
0 0 1 1 0 1
|
||||
0 0 0 1 0 0
|
||||
0 0 0 0 0 1
|
||||
1 0 1 0 0 0
|
||||
0 0 0 0 0 0
|
||||
|
||||
TC:
|
||||
1 1 1 1 0 1
|
||||
0 1 1 1 0 1
|
||||
0 0 1 1 0 1
|
||||
0 0 0 1 0 1
|
||||
1 1 1 1 1 1
|
||||
0 0 0 0 0 1
|
||||
|
||||
G2:
|
||||
0 1 0 0 0 0
|
||||
0 0 1 0 0 1
|
||||
0 0 0 1 0 0
|
||||
0 0 0 0 0 1
|
||||
1 0 0 0 0 0
|
||||
0 0 0 0 0 0
|
||||
|
||||
TC:
|
||||
1 1 1 1 0 1
|
||||
0 1 1 1 0 1
|
||||
0 0 1 1 0 1
|
||||
0 0 0 1 0 1
|
||||
1 1 1 1 1 1
|
||||
0 0 0 0 0 1
|
||||
|
Reference in New Issue
Block a user