Skip to content

Commit a59480a

Browse files
authored
Update README.md
1 parent 32c7d13 commit a59480a

File tree

1 file changed

+1
-1
lines changed
  • solution/2600-2699/2696.Minimum String Length After Removing Substrings

1 file changed

+1
-1
lines changed

solution/2600-2699/2696.Minimum String Length After Removing Substrings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl Solution {
209209

210210
<!-- solution:start -->
211211

212-
### Solution 2: One-liner
212+
### 方法二:递归(一行代码)
213213

214214
<!-- tabs:start -->
215215

0 commit comments

Comments
 (0)