Skip to content

Commit 120d72e

Browse files
number of islands using union find
1 parent a7d359b commit 120d72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MEDIUM/src/medium/NumberofIslandsDFS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Created by fishercoder1534 on 9/29/16.
55
*/
6-
public class NumberofIslands {
6+
public class NumberofIslandsDFS {
77

88

99
public static int numIslands(char[][] grid) {

0 commit comments

Comments
 (0)