Tag: a-array
All the articles with the tag "a-array".
-
LeetCode 3043 Find the Length of the Longest Common Prefix
Updated:solutions for LeetCode 3043, hard, tags: trie, string, array, hash.
-
LeetCode 3254 Find the Power of K-Size Subarrays I
Updated:Solutions for LeetCode 3254, medium, tags: array, sliding window.
-
LeetCode 862 LintCode 1507 Shortest Subarray with Sum at Least K
Updated:Solutions for LeetCode 862, LintCode 1507, hard, tags: array, queue, sliding window, heap, monotonic queue, binary search, prefix sum.
-
LeetCode 658 LintCode 460 Find K Closest Elements
Updated:Solutions for LeetCode 658 LintCode 460, medium, tags: array, binary-search, sliding-window, sorting, heap; companies: google.
-
LeetCode 1346 Check If N and Its Double Exist
Updated:Solutions for LeetCode 1346, easy, tags: array, hash table, two pointers, binary search, sorting.
-
LeetCode 2017 Grid Game
Solutions for LeetCode 2017, medium, tags: array, prefix sum, dynamic programming, matrix.