Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 210992a

Browse files
refactor 220
1 parent 831289d commit 210992a

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/_220.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
import java.util.TreeSet;
44

5-
/**
6-
* 220. Contains Duplicate III
7-
*
8-
* Given an array of integers, find out whether there are two
9-
* distinct indices i and j in the array such that the difference between nums[i] and nums[j] is at
10-
* most t and the difference between i and j is at most k.
11-
*/
125
public class _220 {
136

147
public static class Solution1 {

0 commit comments

Comments
 (0)