Skip to content

Commit 9e7950f

Browse files
committed
Add contains-duplicate solution - s0ooo0k
1 parent ff72247 commit 9e7950f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contains-duplicate/s0ooo0k.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ public boolean containsDuplicate(int[] nums) {
1414
}
1515
return false;
1616
}
17-
}
17+
}
18+
19+

0 commit comments

Comments
 (0)