Tag: a-array
All the articles with the tag "a-array".
LeetCode 465 LintCode 707 Optimal Account Balancing
Updated: at 07:24 AMSolutions for LeetCode 465 LintCode 707, hard, tags: bit, array, dynamic programming, backtracking, bitmask.
Elevator Closest Floors (Shortest Path, Related to Shortest Seek Time First Disk Seek Algorithm)
Updated: at 07:23 AMSolutions for Elevator Shortest Path, medium, tags: array, binary search.
LeetCode 2257 Count Unguarded Cells in the Grid
Updated: at 07:23 AMSolutions for LeetCode 2257, medium, tags: array, graph, simulation.
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 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.