Skip to content

Commit b922510

Browse files
saving
1 parent cd931f6 commit b922510

File tree

1 file changed

+0
-6
lines changed
  • contest/src/main/java/com/github/contest

1 file changed

+0
-6
lines changed

contest/src/main/java/com/github/contest/Execute.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package com.github.contest
33

44
import com.github.contest.hashTable.countGoodAlternativeSolution
55
import com.github.contest.math.numberOfPowerfulInt
6-
import com.github.contest.slidingWindow.countSubArrayWithMaxElement
7-
import com.github.contest.slidingWindow.countSubArrays
86
import com.github.contest.strings.fullJustify
97
import com.github.contest.strings.subStrHash
108
import java.util.TreeMap
@@ -16,10 +14,6 @@ import java.util.TreeMap
1614

1715
fun main() {
1816

19-
countSubArrayWithMaxElement(
20-
intArrayOf(1, 3, 2, 3, 3), 2
21-
).also { println(it) }
22-
2317

2418
}
2519

0 commit comments

Comments
 (0)