Tag: a-hash
All the articles with the tag "a-hash".
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 1930 Unique Length-3 Palindromic Subsequences
Updated: at 09:12 AMSolutions for LeetCode 1930, medium, tags: hash, string, bit, prefix sum.
LeetCode 3043 Find the Length of the Longest Common Prefix
Updated: at 10:12 AMsolutions for LeetCode 3043, hard, tags: trie, string, array, hash.
LeetCode 314 LintCode 651 Binary Tree Vertical Order Traversal
Updated: at 10:12 AMsolutions for LeetCode 314 LintCode 651 Binary Tree Vertical Order Traversal, tags: hash, bfs, tree, companies: facebook google