https://leetcode.com/problems/reorder-list/description/
Reorder Linked List
Reorder Linked List
1->2->3->4->5
-> 1->5->2->4->3
#medium👍2
https://leetcode.com/problems/find-the-duplicate-number/description/
Duplicate single number in
Duplicate single number in
1..n
array, no extra memory #medium👍2
https://leetcode.com/problems/find-all-duplicates-in-an-array/description/
All duplicate numbers of
All duplicate numbers of
1..n
using O(1) memory #medium👍3
https://leetcode.com/problems/first-missing-positive/description/
First number
First number
1..
not presented in the array, O(1) space #hard👍3
https://leetcode.com/problems/subarray-product-less-than-k/description/
Subarrays count with product less than
Subarrays count with product less than
k
#medium👍2🔥1
https://leetcode.com/problems/length-of-longest-subarray-with-at-most-k-frequency/description
Max subarray length with frequencies <=
Max subarray length with frequencies <=
k
#medium👍2
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