Skip to content

Commit ac05ff1

Browse files
author
Longerhaha
authored
Merge pull request gzc426#13 from Longerhaha/Longerhaha-patch-8
387_(字符串中的第一个唯一字符)
2 parents 6567aad + 5542fbf commit ac05ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2018.12.1-leetcode387/Be a fresh man.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
给定一个字符串,找到它的第一个不重复的字符,并返回它的索引。如果不存在,则返回 -1。
55
### 1.2 输入与输出
66
输入:
7-
* string s:输入的字符串s
7+
* string s:输入的字符串 s
88

99
输出:
1010
* int:它的第一个不重复的字符的索引

0 commit comments

Comments
 (0)