diff --git a/bytedance/backend.md b/bytedance/backend.md index 942c613..e8cd80f 100644 --- a/bytedance/backend.md +++ b/bytedance/backend.md @@ -51,7 +51,7 @@ |470. 用 Rand7() 实现 Rand10()|13|https://leetcode-cn.com/problems/implement-rand10-using-rand7| |补充题2. 圆环回原点问题|13|https://mp.weixin.qq.com/s/NZPaFsFrTybO3K3s7p7EVg| |234. 回文链表|12|https://leetcode-cn.com/problems/palindrome-linked-list| -|518. 零钱兑换 II|12|https://leetcode-cn.com/problems/coin-change-2| +|518. 零钱兑换 II|12|https://leetcode-cn.com/problems/coin-change-ii| |88. 合并两个有序数组|12|https://leetcode-cn.com/problems/merge-sorted-array| |2. 两数相加|12|https://leetcode-cn.com/problems/add-two-numbers| |32. 最长有效括号|12|https://leetcode-cn.com/problems/longest-valid-parentheses| diff --git a/bytedance/client.md b/bytedance/client.md index 3678579..e709f79 100644 --- a/bytedance/client.md +++ b/bytedance/client.md @@ -64,7 +64,7 @@ |剑指 Offer 22. 链表中倒数第k个节点|4|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof| |补充题4. 手撕快速排序|4|https://leetcode-cn.com/problems/sort-an-array| |剑指 Offer 33. 二叉搜索树的后序遍历序列|4|https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-hou-xu-bian-li-xu-lie-lcof| -|518. 零钱兑换 II|3|https://leetcode-cn.com/problems/coin-change-2| +|518. 零钱兑换 II|3|https://leetcode-cn.com/problems/coin-change-ii| |300. 最长上升子序列|3|https://leetcode-cn.com/problems/longest-increasing-subsequence| |145. 二叉树的后序遍历|3|https://leetcode-cn.com/problems/binary-tree-postorder-traversal| |33. 搜索旋转排序数组|3|https://leetcode-cn.com/problems/search-in-rotated-sorted-array| diff --git a/meituan/backend.md b/meituan/backend.md index e5aefdc..8db220a 100644 --- a/meituan/backend.md +++ b/meituan/backend.md @@ -124,7 +124,7 @@ |138. 复制带随机指针的链表|1|https://leetcode-cn.com/problems/copy-list-with-random-pointer| |剑指 Offer 11. 旋转数组的最小数字|1|https://leetcode-cn.com/problems/xuan-zhuan-shu-zu-de-zui-xiao-shu-zi-lcof| |137. 只出现一次的数字 II|1|https://leetcode-cn.com/problems/single-number-ii| -|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-2| +|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-ii| |59. 螺旋矩阵 II|1|https://leetcode-cn.com/problems/spiral-matrix-ii| |4. 寻找两个正序数组的中位数|1|https://leetcode-cn.com/problems/median-of-two-sorted-arrays| |补充题20. 立方根|1|| diff --git a/microsoft/SDE.md b/microsoft/SDE.md index 492971d..94126ed 100644 --- a/microsoft/SDE.md +++ b/microsoft/SDE.md @@ -184,7 +184,7 @@ |168. Excel表列名称|1|https://leetcode-cn.com/problems/excel-sheet-column-title| |2. 两数相加|1|https://leetcode-cn.com/problems/add-two-numbers| |337. 打家劫舍 III|1|https://leetcode-cn.com/problems/house-robber-iii| -|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-2| +|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-ii| |844. 比较含退格的字符串|1|https://leetcode-cn.com/problems/backspace-string-compare| |353. 贪吃蛇|1|https://leetcode-cn.com/problems/design-snake-game| |198. 打家劫舍|1|https://leetcode-cn.com/problems/house-robber| diff --git a/tencent/backend.md b/tencent/backend.md index 0b52c21..3c8b16c 100644 --- a/tencent/backend.md +++ b/tencent/backend.md @@ -158,7 +158,7 @@ |72. 编辑距离|1|https://leetcode-cn.com/problems/edit-distance| |292. Nim 游戏|1|https://leetcode-cn.com/problems/nim-game| |297. 二叉树的序列化与反序列化|1|https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree| -|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-2| +|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-ii| |剑指 Offer 11. 旋转数组的最小数字|1|https://leetcode-cn.com/problems/xuan-zhuan-shu-zu-de-zui-xiao-shu-zi-lcof| |剑指 Offer 32 - III. 从上到下打印二叉树 III|1|https://leetcode-cn.com/problems/cong-shang-dao-xia-da-yin-er-cha-shu-iii-lcof| |622. 设计循环队列|1|https://leetcode-cn.com/problems/design-circular-queue| diff --git a/yuanfudao/data.md b/yuanfudao/data.md index d4fae38..76911f0 100644 --- a/yuanfudao/data.md +++ b/yuanfudao/data.md @@ -11,5 +11,5 @@ |21. 合并两个有序链表|1|https://leetcode-cn.com/problems/merge-two-sorted-lists| |1143. 最长公共子序列|1|https://leetcode-cn.com/problems/longest-common-subsequence| |673. 最长递增子序列的个数|1|https://leetcode-cn.com/problems/number-of-longest-increasing-subsequence| -|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-2| +|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-ii| |39. 组合总和|1|https://leetcode-cn.com/problems/combination-sum| \ No newline at end of file