mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
添加内容
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# [387. First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)
|
||||
|
||||
## 题目:
|
||||
## 题目
|
||||
|
||||
Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1.
|
||||
|
||||
|
Reference in New Issue
Block a user