Skip to content

Commit 9d13953

Browse files
committed
修改 其他.md
1 parent 79be609 commit 9d13953

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

LeetCode/其他.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
## Nim游戏
1111

12-
[LeetCode链接](https://leetcode-cn.com/problems/nim-game/)
12+
[LeetCode中文](https://leetcode-cn.com/problems/nim-game/)
13+
14+
[LeetCode英文](https://leetcode.com/problems/nim-game/)
1315

1416
你和你的朋友,两个人一起玩 [Nim游戏](https://baike.baidu.com/item/Nim%E6%B8%B8%E6%88%8F/6737105):桌子上有一堆石头,每次你们轮流拿掉 1 - 3 块石头。 拿掉最后一块石头的人就是获胜者。你作为先手。
1517

@@ -41,7 +43,9 @@ public:
4143
4244
## 四数相加II
4345
44-
[LeetCode链接](https://leetcode-cn.com/problems/4sum-ii/)
46+
[LeetCode中文](https://leetcode-cn.com/problems/4sum-ii/)
47+
48+
[LeetCode英文](https://leetcode.com/problems/4sum-ii/)
4549
4650
给定四个包含整数的数组列表 A , B , C , D ,计算有多少个元组 `(i, j, k, l)` ,使得 `A[i] + B[j] + C[k] + D[l] = 0`。
4751
@@ -104,7 +108,9 @@ public:
104108

105109
## 打乱数组
106110

107-
[LeetCode链接](https://leetcode-cn.com/problems/shuffle-an-array/)
111+
[LeetCode中文](https://leetcode-cn.com/problems/shuffle-an-array/)
112+
113+
[LeetCode英文](https://leetcode.com/problems/shuffle-an-array/)
108114

109115
打乱一个没有重复元素的数组。
110116

0 commit comments

Comments
 (0)