Skip to content

Commit cf6c04e

Browse files
committed
readme
1 parent 0e29b93 commit cf6c04e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* CSDN Column(http://blog.csdn.net/column/details/14761.html) where detail solutions are.
44
## `Today Update`
55
### Math
6-
#### 453 Minimum Moves to Equal Array Elements
7-
* [Github:#453 Minimum Moves to Equal Array Elements](/Math/Math.Lib/MinimumMovesSln.cs)
8-
* [CSDN:#453 Minimum Moves to Equal Array Elements](http://blog.csdn.net/daigualu/article/details/72354061)
6+
#### 415 Add Strings
7+
* [Github:#415 Add Strings](/Math/Math.Lib/AddStringsSln.cs)
8+
* [CSDN:#415 Add Strings](http://blog.csdn.net/daigualu/article/details/72356377)
99
* Tips:
10-
* using Math equation to solve this issue!
10+
* this is an interesting question!
1111

1212
---
1313
---
@@ -153,6 +153,11 @@ Tags are following:
153153
* Floyd's Tortoise and Hare
154154
* reference:https://en.wikipedia.org/wiki/Cycle_detection
155155
* image: ![Floyd's Tortoise and Hare](/Math/Math.Lib/Floyd'sTortoiseandHare.jpg)
156+
#### 453 Minimum Moves to Equal Array Elements
157+
* [Github:#453 Minimum Moves to Equal Array Elements](/Math/Math.Lib/MinimumMovesSln.cs)
158+
* [CSDN:#453 Minimum Moves to Equal Array Elements](http://blog.csdn.net/daigualu/article/details/72354061)
159+
* Tips:
160+
* using Math equation to solve this issue!
156161

157162
## Two Pointers
158163
* [#345 Reverse Vowels of a String](http://blog.csdn.net/daigualu/article/details/69257693)

0 commit comments

Comments
 (0)