递归
Pow(x, n)
https://leetcode-cn.com/problems/powx-n/description/
多数元素
https://leetcode-cn.com/problems/majority-element/description/
最大子序和
https://leetcode-cn.com/problems/maximum-subarray/description/
有效的字母异位词
https://leetcode-cn.com/problems/valid-anagram/#/description
找到字符串中所有字母异位词
https://leetcode-cn.com/problems/find-all-anagrams-in-a-string/#/description
贪心
买卖股票的最佳时机 II
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii/description/
柠檬水找零
https://leetcode-cn.com/problems/lemonade-change/description/
分发饼干
https://leetcode-cn.com/problems/assign-cookies/description/
模拟行走机器人
https://leetcode-cn.com/problems/walking-robot-simulation/description/
动态规划
爬楼梯
https://leetcode-cn.com/problems/climbing-stairs/description/
三角形最小路径和
https://leetcode-cn.com/problems/triangle/description/
乘积最大子数组
https://leetcode-cn.com/problems/maximum-product-subarray/description/
买卖股票的最佳时机
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/#/description
买卖股票的最佳时机 II<br>
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii/
买卖股票的最佳时机 III
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iii/
买卖股票的最佳时机 IV
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iv/
最佳买卖股票时机含冷冻期
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
买卖股票的最佳时机含手续费
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/
最长递增子序列
https://leetcode-cn.com/problems/longest-increasing-subsequence/
<h4 data-cypress="QuestionTitle" class="css-10c1h40-Title eugt34i1" style="box-sizing: border-box; color: rgb(38, 38, 38); font-weight: 500; padding: 0px; line-height: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 14px; background-color: rgb(193, 230, 198);"><a href="https://leetcode-cn.com/problems/coin-change/" style="box-sizing: border-box; color: rgba(var(--grey-8-rgb), 1); background-color: transparent; outline: none; transition: color 0.3s ease 0s; touch-action: manipulation; overflow: hidden; text-overflow: ellipsis; white-space: pre;">零钱兑换</a></h4>
https://leetcode-cn.com/problems/coin-change/
编辑距离
https://leetcode-cn.com/problems/edit-distance/