Skip to content

Commit

Permalink
Update 1876. 长度为三且各字符不同的子字符串.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itcharge committed Jan 17, 2023
1 parent 1ba68a9 commit 585dd07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [1876. 长度为三且各字符不同的子字符串](https://leetcode.cn/problems/substrings-of-size-three-with-distinct-characters/description/)
# [1876. 长度为三且各字符不同的子字符串](https://leetcode.cn/problems/substrings-of-size-three-with-distinct-characters/)

- 标签:哈希表、字符串、计数、滑动窗口
- 难度:简单
Expand Down

0 comments on commit 585dd07

Please sign in to comment.