Skip to content

Instantly share code, notes, and snippets.

@horiajurcut
Created September 1, 2014 23:05
Show Gist options
  • Save horiajurcut/058be2613c78d4223d5c to your computer and use it in GitHub Desktop.
Save horiajurcut/058be2613c78d4223d5c to your computer and use it in GitHub Desktop.
class QuickFindUF:
def __init__(self, n):
def connected(self, p, q):
def union(self, p, q):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment