Exercise: Backtracking Problems on LeetCode II labuladong Original About 17804 words
1219. 黄金矿工 https://leetcode.cn/problems/path-with-maximum-gold 1219. Path with Maximum Gold https://leetcode.com/problems/path-with-maximum-gold 1849. 将字符串拆分为递减的连续值 https://leetcode.cn/problems/splitting-a-string-into-descending-consecutive-values 1849. Splitting a String Into Descending Consecutive Values https://leetcode.com/problems/splitting-a-string-into-descending-consecutive-values 1593. 拆分字符串使唯一子字符串的数目最大 https://leetcode.cn/problems/split-a-string-into-the-max-number-of-unique-substrings 1593. Split a String Into the Max Number of Unique Substrings https://leetcode.com/problems/split-a-string-into-the-max-number-of-unique-substrings 1079. 活字印刷 https://leetcode.cn/problems/letter-tile-possibilities 1079. Letter Tile Possibilities https://leetcode.com/problems/letter-tile-possibilities 996. 正方形数组的数目 https://leetcode.cn/problems/number-of-squareful-arrays 996. Number of Squareful Arrays https://leetcode.com/problems/number-of-squareful-arrays 784. 字母大小写全排列 https://leetcode.cn/problems/letter-case-permutation 784. Letter Case Permutation https://leetcode.com/problems/letter-case-permutation 638. 大礼包 https://leetcode.cn/problems/shopping-offers 638. Shopping Offers https://leetcode.com/problems/shopping-offers 2850. 将石头分散到网格图的最少移动次数 https://leetcode.cn/problems/minimum-moves-to-spread-stones-over-grid 2850. Minimum Moves to Spread Stones Over Grid https://leetcode.com/problems/minimum-moves-to-spread-stones-over-grid 1723. 完成所有工作的最短时间 https://leetcode.cn/problems/find-minimum-time-to-finish-all-jobs 1723. Find Minimum Time to Finish All Jobs https://leetcode.com/problems/find-minimum-time-to-finish-all-jobs 2305. 公平分发饼干 https://leetcode.cn/problems/fair-distribution-of-cookies 2305. Fair Distribution of Cookies https://leetcode.com/problems/fair-distribution-of-cookies 332. 重新安排行程 https://leetcode.cn/problems/reconstruct-itinerary 332. Reconstruct Itinerary https://leetcode.com/problems/reconstruct-itinerary Prerequisites
Before diving into the backtracking algorithm exercises in this chapter, you must be familiar with the thinking methods discussed in the following articles:
Prev
Exercise: Backtracking Problems on LeetCode I
Next
Exercise: Backtracking Problems on LeetCode III