https://leetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-times/description/
Count subarrays with at least
Count subarrays with at least
k
array max in #medium👍2
https://leetcode.com/problems/subarrays-with-k-different-integers/description/
Count subarrays with
Count subarrays with
k
distinct numbers #hard👍1
https://leetcode.com/problems/count-subarrays-with-fixed-bounds/description/
Count subarrays of range
Count subarrays of range
minK..maxK
#hard👍1
https://leetcode.com/problems/isomorphic-strings/description/
Can map chars from one string to another? #easy
Can map chars from one string to another? #easy
👍1
https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/description/
Max nested parenthesis #easy
Max nested parenthesis #easy
👍4
https://leetcode.com/problems/make-the-string-great/description/
Remove lowercase-uppercase pairs #easy
Remove lowercase-uppercase pairs #easy
👍4
https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/description/
Remove minimum to make parenthesis valid #medium
Remove minimum to make parenthesis valid #medium
👍1
https://leetcode.com/problems/valid-parenthesis-string/description/
Are parenthesis valid with wildcard? #medium
Are parenthesis valid with wildcard? #medium
👍1
https://leetcode.com/problems/number-of-students-unable-to-eat-lunch/description/
First sandwitch not eaten by any while popped from a queue #easy
First sandwitch not eaten by any while popped from a queue #easy
👍1
https://leetcode.com/problems/time-needed-to-buy-tickets/description/
Seconds to buy tickets by
Seconds to buy tickets by
k
-th person in a rotating 1 second queue #easy👍2
This media is not supported in your browser
VIEW IN TELEGRAM
Congrats for all passing 100 Days💯
👍2🎉1🐳1
https://leetcode.com/problems/reveal-cards-in-increasing-order/description/
Sort cards by rules: take top, next goes bottom #medium
Sort cards by rules: take top, next goes bottom #medium
👍2
https://leetcode.com/problems/remove-k-digits/description/
Minimum number after removing
Minimum number after removing
k
digits #medium👍2❤1
https://leetcode.com/problems/trapping-rain-water/description/
Trap the water in area between vertical walls #hard
Trap the water in area between vertical walls #hard
👍2
https://leetcode.com/problems/sum-root-to-leaf-numbers/description/
Sum root-leaf numbers in a Binary Tree #medium
Sum root-leaf numbers in a Binary Tree #medium
👍2
https://leetcode.com/problems/add-one-row-to-tree/description/
Insert nodes at the
Insert nodes at the
depth
of the Binary Tree #medium👍2