原文链接: https://leetcode-cn.com/problems/valid-sudoku
英文原文Determine if a 9 x 9 Sudoku board is valid. Onl
标签详情
矩阵 分类
原文链接: https://leetcode-cn.com/problems/sudoku-solver
英文原文Write a program to solve a Sudoku puzzle by filling the empty
原文链接: https://leetcode-cn.com/problems/rotate-image
英文原文You are given an n x n 2D matrix representing an image, rotate
原文链接: https://leetcode-cn.com/problems/spiral-matrix
英文原文Given an m x n matrix, return all elements of the matrix in s
原文链接: https://leetcode-cn.com/problems/spiral-matrix-ii
英文原文Given a positive integer n, generate an n x n matrix fille
原文链接: https://leetcode-cn.com/problems/unique-paths-ii
英文原文A robot is located at the top-left corner of a m x n grid (
原文链接: https://leetcode-cn.com/problems/minimum-path-sum
英文原文Given a m x n grid filled with non-negative numbers, find
原文链接: https://leetcode-cn.com/problems/set-matrix-zeroes
英文原文Given an m x n integer matrix matrix, if an element is 0,
原文链接: https://leetcode-cn.com/problems/search-a-2d-matrix
英文原文Write an efficient algorithm that searches for a value i
原文链接: https://leetcode-cn.com/problems/word-search
英文原文Given an m x n grid of characters board and a string word, retu
1 / 15