原文链接: 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/combination-sum
英文原文Given an array of distinct integers candidates and a target
原文链接: https://leetcode-cn.com/problems/combination-sum-ii
英文原文Given a collection of candidate numbers (candidates) and
原文链接: https://leetcode-cn.com/problems/first-missing-positive
英文原文Given an unsorted integer array nums, return the sma
原文链接: https://leetcode-cn.com/problems/trapping-rain-water
英文原文Given n non-negative integers representing an elevation
原文链接: https://leetcode-cn.com/problems/jump-game-ii
英文原文Given an array of non-negative integers nums, you are initiall
原文链接: https://leetcode-cn.com/problems/permutations
英文原文Given an array nums of distinct integers, return all the possi
原文链接: https://leetcode-cn.com/problems/permutations-ii
英文原文Given a collection of numbers, nums, that might contai
原文链接: https://leetcode-cn.com/problems/rotate-image
英文原文You are given an n x n 2D matrix representing an image, rotate