From be321dd5cea85fec502f43f1b3af72f8f9aa29e2 Mon Sep 17 00:00:00 2001 From: Oreoluwa Ajao <39207128+oresam123@users.noreply.github.com> Date: Fri, 11 Oct 2019 13:32:45 +0100 Subject: [PATCH] Update count_islands.py Introduced myself --- union-find/count_islands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/union-find/count_islands.py b/union-find/count_islands.py index 15cd676..0b2b01d 100644 --- a/union-find/count_islands.py +++ b/union-find/count_islands.py @@ -76,3 +76,4 @@ def unite(self, p, q): self.id[i] = j self.sz[j] += self.sz[i] self.count -= 1 +#hello guys