Skip to content

Commit ae69ecf

Browse files
authored
Translate solution title to Chinese
1 parent 106f6bb commit ae69ecf

File tree

1 file changed

+1
-1
lines changed
  • solution/2100-2199/2161.Partition Array According to Given Pivot

1 file changed

+1
-1
lines changed

solution/2100-2199/2161.Partition Array According to Given Pivot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function pivotArray(nums: number[], pivot: number): number[] {
206206

207207
<!-- solution:start -->
208208

209-
### Solution 2: Two pointers
209+
### 方法二:双指针
210210

211211
<!-- tabs:start -->
212212

0 commit comments

Comments
 (0)