Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 163c3f3

Browse files
authored
0054.替换数字.md 在讲解中加入了python string也不可变的解释
1 parent 1d0333f commit 163c3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎problems/kamacoder/0054.替换数字.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## 思路
2323

24-
如果想把这道题目做到极致,就不要只用额外的辅助空间了! (不过使用Java刷题的录友,一定要使用辅助空间,因为Java里的string不能修改)
24+
如果想把这道题目做到极致,就不要只用额外的辅助空间了! (不过使用Java和Python刷题的录友,一定要使用辅助空间,因为Java和Python里的string不能修改)
2525

2626
首先扩充数组到每个数字字符替换成 "number" 之后的大小。
2727

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /