From d8b094edaa8ae4ee8a2478d6d9a6f75c7bf20842 Mon Sep 17 00:00:00 2001 From: Oreoluwa Ajao <39207128+oresam123@users.noreply.github.com> Date: Fri, 11 Oct 2019 13:36:00 +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..d598152 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 +#hi I'm here for a pull