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 831289d commit 210992aCopy full SHA for 210992a
src/main/java/com/fishercoder/solutions/_220.java
@@ -2,13 +2,6 @@
2
3
import java.util.TreeSet;
4
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
- */
12
public class _220 {
13
14
public static class Solution1 {
0 commit comments