Skip to content

Commit

Permalink
feat: add problem
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin committed Sep 24, 2024
1 parent f3ab117 commit eb09fa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

- [数组中重复的数字](./docs/数组中重复的数字.md)
- [不修改数组找出重复的数字](./docs/不修改数组找出重复的数字.md)
- [替换空格](./docs/替换空格.md)
6 changes: 6 additions & 0 deletions docs/替换空格.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 替换空格

> 请实现一个函数,把字符串中的每个空格替换成“%20”。例如,输入“We are happy.”,则输出 “We%20are%20happy.”。
## 思路分析

0 comments on commit eb09fa2

Please sign in to comment.