Created
November 11, 2015 21:06
-
-
Save karfam/3b88073045ca9e31b226 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: teo | |
R = { | |
A:number, B:number ,C:number | |
1,4,1 | |
2,3,3 | |
3,2,4 | |
4,1,3 | |
5,7,5 | |
6,8,2 | |
7,4,2 | |
} | |
S = { | |
A:number, B:number ,C:number | |
5,3,4 | |
4,8,3 | |
2,5,1 | |
3,1,2 | |
5,2,3 | |
6,1,2 | |
7,4,2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment