原文链接: https://leetcode-cn.com/problems/minimize-malware-spread-ii
英文原文You are given a network of n nodes represented a
标签详情
矩阵 分类
原文链接: https://leetcode-cn.com/problems/minimum-falling-path-sum
英文原文Given an n x n array of integers matrix, return th
原文链接: https://leetcode-cn.com/problems/shortest-bridge
英文原文You are given an n x n binary matrix grid where 1 represent
原文链接: https://leetcode-cn.com/problems/unique-paths-iii
英文原文You are given an m x n integer array grid where grid[i][j]
原文链接: https://leetcode-cn.com/problems/available-captures-for-rook
英文原文On an 8 x 8 chessboard, there is exactly one wh
原文链接: https://leetcode-cn.com/problems/number-of-enclaves
英文原文You are given an m x n binary matrix grid, where 0 repre
原文链接: https://leetcode-cn.com/problems/matrix-cells-in-distance-order
英文原文You are given four integers row, cols, rCent
原文链接: https://leetcode-cn.com/problems/coloring-a-border
英文原文You are given an m x n integer matrix grid, and three int
原文链接: https://leetcode-cn.com/problems/as-far-from-land-as-possible
英文原文Given an n x n grid containing only value
原文链接: https://leetcode-cn.com/problems/number-of-submatrices-that-sum-to-target
英文原文Given a matrix and a target,