Skip to content

Commit

Permalink
Improved task 2824
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Dec 6, 2023
1 parent a80cb2e commit 8d0716e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package g2801_2900.s2824_count_pairs_whose_sum_is_less_than_target

// #Easy #Array #Sorting #Two_Pointers
// #Easy #Array #Sorting #Two_Pointers #2023_12_06_Time_168_ms_(90.62%)_Space_35.1_MB_(92.71%)

class Solution {
fun countPairs(nums: List<Int>, target: Int): Int {
var cnt = 0
Expand Down

0 comments on commit 8d0716e

Please sign in to comment.