Skip to content

Instantly share code, notes, and snippets.

View rudaporto's full-sized avatar
🎯
Focusing

Rudá Porto Filgueiras rudaporto

🎯
Focusing
View GitHub Profile
# 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
@rudaporto
rudaporto / keybase.md
Last active September 13, 2019 21:09
Keybase identity validation

Keybase proof

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: