Posts
All the articles I've posted.
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 125 LintCode 415 Valid Palindrome
Updated: at 08:12 AMSolutions for LeetCode 125, LintCode 415, easy, tags: two pointers, string. Companies: LinkedIn, Facebook, Uber, Zenefits, Microsoft.
LeetCode 1930 Unique Length-3 Palindromic Subsequences
Updated: at 09:12 AMSolutions for LeetCode 1930, medium, tags: hash, string, bit, prefix sum.
LeetCode 2064 Minimized Maximum of Products Distributed to Any Store
Updated: at 05:12 AMSolutions for LeetCode 2064, medium, tags: array, binary search, heap.
LeetCode 3043 Find the Length of the Longest Common Prefix
Updated: at 10:12 AMsolutions for LeetCode 3043, hard, tags: trie, string, array, hash.