Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JuanCruzPantano/fe6bca42364aa2cc83d650847fa8212d to your computer and use it in GitHub Desktop.
Save JuanCruzPantano/fe6bca42364aa2cc83d650847fa8212d to your computer and use it in GitHub Desktop.
group: Ejercicio E
R = {
M:string, O:string
'A' , 'X'
'B' , 'Y'
'A' , 'Z'
'B' , 'X'
'C' , 'Y'
'A' , 'Y'
'A' , 'M'
}
S={
O:string
'X'
'Y'
'Z'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment