原文链接: https://leetcode-cn.com/problems/rotate-list
英文原文Given the head of a linked list, rotate the list to the ri
分类详情
中等 分类
原文链接: https://leetcode-cn.com/problems/unique-paths
英文原文A robot is located at the top-left corner of a m x n grid (mar
原文链接: 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/simplify-path
英文原文Given a string path, which is an absolute path (starting with
原文链接: 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/sort-colors
英文原文Given an array nums with n objects colored red, white, or blue,
原文链接: https://leetcode-cn.com/problems/search-a-2d-matrix
英文原文Write an efficient algorithm that searches for a value i
原文链接: https://leetcode-cn.com/problems/combinations
英文原文Given two integers n and k, return all possible combinations o
原文链接: https://leetcode-cn.com/problems/subsets
英文原文Given an integer array nums of unique elements, return all possible