8000 fix · dryyun/algorithms-note@4d74d24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d74d24

Browse files
committed
fix
1 parent 6d80433 commit 4d74d24

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

LeetCode/Go-Solutions/ProblemSet/0001.Two_Sum/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## 链接
44
https://leetcode-cn.com/problems/two-sum/
55

6+
## 难度
7+
简单
8+
69
## 描述
710
给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。
811

LeetCode/Go-Solutions/helper/README.example.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## 链接
44
{ url }
55

6+
## 难度
7+
8+
69
## 描述
7< 3F52 code>10
{ description}
811

0 commit comments

Comments
 (0)
0