|
2 | 2 |
|
3 | 3 | ## `Today Update`
|
4 | 4 | ### 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 | +--- |
11 | 13 |
|
12 | 14 | ## Solution List
|
13 | 15 | solutions using C# for leetcode according to tags of questions
|
@@ -206,6 +208,13 @@ public IList<int> GetRow(int rowIndex) {
|
206 | 208 | * [Github:189. Rotate Array](/Array/Array.Lib/RotateArraySln.cs)
|
207 | 209 | * [CSDN:189. Rotate Array](http://blog.csdn.net/daigualu/article/details/71159419)
|
208 | 210 |
|
| 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 | + |
209 | 218 | ## Hash Table
|
210 | 219 | * [#136 Single number](/HashTable/HashTable.Lib/SingleOneSln.cs)
|
211 | 220 |
|
|
0 commit comments