Created
September 1, 2014 23:05
-
-
Save horiajurcut/058be2613c78d4223d5c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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