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 a80cb2e commit 8d0716eCopy full SHA for 8d0716e
src/main/kotlin/g2801_2900/s2824_count_pairs_whose_sum_is_less_than_target/Solution.kt
@@ -1,6 +1,7 @@
1
package g2801_2900.s2824_count_pairs_whose_sum_is_less_than_target
2
3
-// #Easy #Array #Sorting #Two_Pointers
+// #Easy #Array #Sorting #Two_Pointers #2023_12_06_Time_168_ms_(90.62%)_Space_35.1_MB_(92.71%)
4
+
5
class Solution {
6
fun countPairs(nums: List<Int>, target: Int): Int {
7
var cnt = 0
0 commit comments