We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2233a commit ba795a0Copy full SHA for ba795a0
contains-duplicate/sj.java
@@ -5,4 +5,4 @@ public boolean containsDuplicate(int[] nums) {
5
if(numSet.size()!=nums.length) return true;
6
else return false;
7
}
8
-}
+}
0 commit comments