Skip to content

Commit 19744fb

Browse files
authored
Update README.md
1 parent ae4efe7 commit 19744fb

File tree

1 file changed

+1
-1
lines changed
  • solution/2000-2099/2053.Kth Distinct String in an Array

1 file changed

+1
-1
lines changed

solution/2000-2099/2053.Kth Distinct String in an Array/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function kthDistinct(arr k) {
195195
196196
<!-- solution:start -->
197197
198-
### Solution 2: Hash Set
198+
### 方法二:哈希表
199199
200200
<!-- tabs:start -->
201201

0 commit comments

Comments
 (0)