I hereby claim:
- I am rudaporto on github.
- I am rudaporto (https://keybase.io/rudaporto) on keybase.
- I have a public key ASCUyNvBX-BuahCUdnmCvjDr5i-3oL2fpu6YxGvedpPxAwo
To claim this, I am signing this object:
| # abc == bca == cab | |
| # abcbb == bcbba == cbbab ... abcbb | |
| # a != aa | |
| def graph(s): | |
| g = set() | |
| for i in range(len(s)): | |
| g.add((s[i-1], s[i])) | |
| print(g) | |
| return g |
I hereby claim:
To claim this, I am signing this object: