Tag: a-sliding-window
All the articles with the tag "a-sliding-window".
LeetCode 1652 Defuse the Bomb
Updated: at 07:22 AMSolutions for LeetCode 1652, easy, tags: array, sliding window.
LeetCode 862 LintCode 1507 Shortest Subarray with Sum at Least K
Updated: at 07:22 AMSolutions for LeetCode 862, LintCode 1507, hard, tags: array, queue, sliding window, heap, monotonic queue, binary search, prefix sum.
LeetCode 3254 Find the Power of K-Size Subarrays I
Updated: at 07:22 AMSolutions for LeetCode 3254, medium, tags: array, sliding window.
LeetCode 239 LintCode 362 Sliding Window Maximum
Updated: at 10:12 AMsolutions for LeetCode 239, LintCode 362, hard, tags: array, queue, sliding window, heap, monotonic queue. Companies: Amazon, Zenefits, Microsoft, Google.
LeetCode 3097 Shortest Subarray With OR at Least K II (bit)
Updated: at 05:12 PMsolution for leetcode 3097 Shortest Subarray With OR at Least K II, tags: bit, sliding-window, array