Skip to content

Commit 9276135

Browse files
committed
readme.md update
1 parent 68dac90 commit 9276135

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## `Today Update`
44
### Array
5-
#### 448 Find All Numbers Disappeared in an Array
6-
* [Github:#448 Find All Numbers Disappeared in an Array](/Array/Array.Lib/DisappearElementsSln.cs)
7-
* [CSDN: #448 Find All Numbers Disappeared in an Array](http://blog.csdn.net/daigualu/article/details/71168875)
8-
#### 219 Contains Duplicate II
9-
* [Github: 485. Max Consecutive Ones](/Array/Array.Lib/MaxConsecutiveOnesSln.cs)
10-
* [CSDN: 485. Max Consecutive Ones](http://blog.csdn.net/daigualu/article/details/71216338)
5+
#### 566 Reshape the Matrix
6+
* [Github:#566 Reshape the Matrix](/Array/Array.Lib/ReshapeMatrixSln.cs)
7+
* [CSDN: #566 Reshape the Matrix](https://leetcode.com/problems/reshape-the-matrix/#/description)
8+
#### 561 Array Partition I
9+
* [Github: #561 Array Partition I](/Array/Array.Lib/ArrayPartitionISln.cs)
10+
* [CSDN: #561 Array Partition I](http://blog.csdn.net/daigualu/article/details/71273279)
11+
---
12+
---
1113

1214
## Solution List
1315
solutions using C# for leetcode according to tags of questions
@@ -206,6 +208,13 @@ public IList<int> GetRow(int rowIndex) {
206208
* [Github:189. Rotate Array](/Array/Array.Lib/RotateArraySln.cs)
207209
* [CSDN:189. Rotate Array](http://blog.csdn.net/daigualu/article/details/71159419)
208210

211+
#### 448 Find All Numbers Disappeared in an Array
212+
* [Github:#448 Find All Numbers Disappeared in an Array](/Array/Array.Lib/DisappearElementsSln.cs)
213+
* [CSDN: #448 Find All Numbers Disappeared in an Array](http://blog.csdn.net/daigualu/article/details/71168875)
214+
#### 219 Contains Duplicate II
215+
* [Github: 485. Max Consecutive Ones](/Array/Array.Lib/MaxConsecutiveOnesSln.cs)
216+
* [CSDN: 485. Max Consecutive Ones](http://blog.csdn.net/daigualu/article/details/71216338)
217+
209218
## Hash Table
210219
* [#136 Single number](/HashTable/HashTable.Lib/SingleOneSln.cs)
211220

0 commit comments

Comments
 (0)