We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98720cf commit fc1ce14Copy full SHA for fc1ce14
Array/01.TwoSum/README.md
@@ -1,7 +1,9 @@
1
# Two Sum
2
-LeetCode 1
3
-[English](https://leetcode.com/problems/two-sum/)
4
-[中文](https://leetcode-cn.com/problems/two-sum/)
+**LeetCode 1**
+
+- [英文版](https://leetcode.com/problems/two-sum/)
5
6
+- [中文版](https://leetcode-cn.com/problems/two-sum/)
7
8
## 题目
9
给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那*两个*整数,并返回他们的数组下标。
Array/02.ThreeSum/README.md
# Three Sum
-LeetCode 15
-[English](https://leetcode.com/problems/3sum/)
-[中文](https://leetcode-cn.com/problems/3sum/)
+**LeetCode 15**
+- [英文版](https://leetcode.com/problems/3sum/)
+- [中文版](https://leetcode-cn.com/problems/3sum/)
给定一个包含 n 个整数的数组 nums,判断 nums 中是否存在三个元素 a,b,c ,使得 a + b + c = 0 ?找出所有满足条件且不重复的三元组。
0 commit comments