Tag: a-array
All the articles with the tag "a-array".
-
LeetCode 2558 Take Gifts From the Richest Pile
Solutions for LeetCode 2558, easy, tags: array, heap, simulation.
-
LeetCode 540 LintCode 1183 Single Element in a Sorted Array
Solutions for LeetCode 540 LintCode 1183, medium, tags: array, binary search.
-
LeetCode 1 LintCode 56 Two Sum
Solutions for LeetCode 1 LintCode 56, easy, tags: array, hash table.
-
LeetCode 53 LintCode 41 Maximum Subarray
Solutions for LeetCode 53 and LintCode 41, medium, tags: array, divide and conquer, dynamic programming, prefix sum, companies: ltk.
-
LeetCode 487 LintCode 883 Max Consecutive Ones II
Solutions for LeetCode 487, LintCode 833, medium, tags: array, dynamic programming, sliding window, two pointers, companies: google.
-
LeetCode 1 Similar Two Subtract Count
Solutions for LeetCode 1 similar, medium, tags: array, hash table, companies: salesforce.