原文链接: https://leetcode-cn.com/problems/path-with-maximum-gold
英文原文In a gold mine grid of size m x n, each cell in this
标签详情
矩阵 分类
原文链接: https://leetcode-cn.com/problems/queens-that-can-attack-the-king
英文原文On an 8x8 chessboard, there can be multiple
原文链接: https://leetcode-cn.com/problems/reconstruct-a-2-row-binary-matrix
英文原文Given the following details of a matrix w
原文链接: https://leetcode-cn.com/problems/shift-2d-grid
英文原文Given a 2D grid of size m x n and an integer k. You need
原文链接: https://leetcode-cn.com/problems/minimum-moves-to-move-a-box-to-their-target-location
英文原文A storekeeper is a gam
原文链接: https://leetcode-cn.com/problems/count-servers-that-communicate
英文原文You are given a map of a server center, repr
原文链接: https://leetcode-cn.com/problems/find-winner-on-a-tic-tac-toe-game
英文原文Tic-tac-toe is played by two players A an
原文链接: https://leetcode-cn.com/problems/count-square-submatrices-with-all-ones
英文原文Given a m * n matrix of ones and zer
原文链接: https://leetcode-cn.com/problems/minimum-number-of-flips-to-convert-binary-matrix-to-zero-matrix
英文原文Given a m x
原文链接: https://leetcode-cn.com/problems/maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold
英文原文Gi