Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update coin-change-ii address#59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
CSWYF3634076 wants to merge1 commit intoafatcoder:master
base:master
Choose a base branch
Loading
fromCSWYF3634076:wyf/coin
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletionbytedance/backend.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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|
Expand Down
2 changes: 1 addition & 1 deletionbytedance/client.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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|
Expand Down
2 changes: 1 addition & 1 deletionmeituan/backend.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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||
Expand Down
2 changes: 1 addition & 1 deletionmicrosoft/SDE.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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|
Expand Down
2 changes: 1 addition & 1 deletiontencent/backend.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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|
Expand Down
2 changes: 1 addition & 1 deletionyuanfudao/data.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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|

[8]ページ先頭

©2009-2025 Movatter.jp