Skip to content

Commit 963a058

Browse files
authored
Update README.md
1 parent b561670 commit 963a058

File tree

1 file changed

+1
-1
lines changed
  • solution/1300-1399/1331.Rank Transform of an Array

1 file changed

+1
-1
lines changed

solution/1300-1399/1331.Rank Transform of an Array/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function arrayRankTransform(arr: number[]): number[] {
185185

186186
<!-- solution:start -->
187187

188-
### Solution 2: Sorting + Hash Map
188+
### 方法二:排序 + 哈希表
189189

190190
<!-- tabs:start -->
191191

0 commit comments

Comments
 (0)