Skip to content

Commit b654c93

Browse files
refactor 217
1 parent 7e70435 commit b654c93

File tree

1 file changed

+0
-7
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-7
lines changed

src/main/java/com/fishercoder/solutions/_217.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
import java.util.HashSet;
44
import java.util.Set;
55

6-
/**
7-
* 217. Contains Duplicate
8-
*
9-
* Given an array of integers, find if the array contains any
10-
* duplicates. Your function should return true if any value appears at least twice in the array,
11-
* and it should return false if every element is distinct.
12-
*/
136
public class _217 {
147
public static class Solution1 {
158
public boolean containsDuplicate(int[] nums) {

0 commit comments

Comments
 (0)