Posts
All the articles I've posted.
LeetCode 2461 Maximum Sum of Distinct Subarrays With Length K
Published: at 07:23 AMSolutions for LeetCode 2461, medium, tags: array, sliding window, hash.
LeetCode 1652 Defuse the Bomb
Updated: at 07:22 AMSolutions for LeetCode 1652, easy, tags: array, sliding window.
LeetCode 1055 LintCode 3652 Shortest Way to Form String
Published: at 05:23 AMSolutions for LeetCode 1055 LintCode 3652, hard, tags: greedy, two pointers, string.
LintCode 2894 Order by frequency
Updated: at 07:22 AMSolutions for LintCode 2894, medium, tags: map, sort. Related to LeetCode 884 and 451.
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.