Tag: a-matrix
All the articles with the tag "a-matrix".
-
LeetCode 64 Minimum Path Sum
Solutions for LeetCode 64, medium, tags: array, dynamic programming, matrix.
-
LeetCode 85 Maximal Rectangle
Solutions for LeetCode 85, hard, tags: array, dynamic programming, stack, matrix, monotonic stack.
-
LeetCode 240 Search a 2D Matrix II
Solutions for LeetCode 240, medium, tags: array, binary search, matrix, divide and conquer.
-
LeetCode 221 Maximal Square
Solutions for LeetCode 221, medium, tags: dynamic programming, matrix.
-
LeetCode 934 Shortest Bridge
Solutions for LeetCode 934, medium, tags: array, depth-first search, breadth-first search, matrix.
-
LeetCode 130 Surrounded Regions
Solutions for LeetCode 130, medium, tags: array, depth-first search, breadth-first search, union find, matrix.