标签: leetcode
-
90. Subsets II
Given a collection of integers that might contain dupli…
-
leetcode390.Elimination Game
假设有1-n一共n个数字,从左往右开始每隔一位删除一个数字,到达最右侧后,再从右往左每隔一位删除一个数字,如此…
-
80. Remove Duplicates from Sorted Array II
Given a sorted array nums, remove the duplicates in-pla…
-
86. Partition List
Given a linked list and a value x, partition it such th…
-
64. Minimum Path Sum
Given a m x n grid filled with non-negative numbers, fi…
-
71. Simplify Path
Given an absolute path for a file (Unix-style), simplif…
-
91. Decode Ways
A message containing letters from A-Z is being encoded …
-
61. Rotate List
Given a linked list, rotate the list to the right by k …
-
63. Unique Paths II
A robot is located at the top-left corner of a m x n gr…
-
56. Merge Intervals
Given a collection of intervals, merge all overlapping …