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

Commit 6b0bbbe

Browse files
committed
Update 03.LeetCode-Guide.md
1 parent 865d9ee commit 6b0bbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Contents/00.Introduction/03.LeetCode-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ LeetCode 提供了题目的搜索过滤功能。可以筛选相关题单、不
125125
##### 思路 1:枚举算法
126126

127127
1. 使用两重循环枚举数组中每一个数 $nums[i]$、$nums[j],ドル判断所有的 $nums[i] + nums[j]$ 是否等于 $target$。
128-
2. 如果出现 $nums[i] + nums[j] == target,ドル则说明数组中存在和为 $target$ 的两个整数,将两个整数的下标 $i$、$$j$ 输出即可。
128+
2. 如果出现 $nums[i] + nums[j] == target,ドル则说明数组中存在和为 $target$ 的两个整数,将两个整数的下标 $i$、$j$ 输出即可。
129129

130130
##### 思路 1:代码
131131

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /