|
4 | 4 | ### Array
|
5 | 5 | #### 448 Find All Numbers Disappeared in an Array
|
6 | 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) |
| 7 | +* [CSDN: #448 Find All Numbers Disappeared in an Array](http://blog.csdn.net/daigualu/article/details/71168875) |
8 | 8 | #### 219 Contains Duplicate II
|
9 |
| -* [Github:219 Contains Duplicate II](/Array/Array.Lib/ContainsDuplicateIISln.cs) |
10 |
| -* [CSDN:219 Contains Duplicate II](http://blog.csdn.net/daigualu/article/details/71166985) |
11 |
| -#### 189. Rotate Array |
12 |
| -* [Github:189. Rotate Array](/Array/Array.Lib/RotateArraySln.cs) |
13 |
| -* [CSDN:189. Rotate Array](http://blog.csdn.net/daigualu/article/details/71159419) |
| 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) |
14 | 11 |
|
15 | 12 | ## Solution List
|
16 | 13 | solutions using C# for leetcode according to tags of questions
|
@@ -199,6 +196,16 @@ public IList<int> GetRow(int rowIndex) {
|
199 | 196 | * [Github:#217 Contains Duplicate](/Array/Array.Lib/ContainsItemSln.cs)
|
200 | 197 | * [CSDN:#217 Contains Duplicate](http://blog.csdn.net/daigualu/article/details/71123673)
|
201 | 198 |
|
| 199 | +#### 448 Find All Numbers Disappeared in an Array |
| 200 | +* [Github:#448 Find All Numbers Disappeared in an Array](/Array/Array.Lib/DisappearElementsSln.cs) |
| 201 | +* [CSDN:#448 Find All Numbers Disappeared in an Array](http://blog.csdn.net/daigualu/article/details/71168875) |
| 202 | +#### 219 Contains Duplicate II |
| 203 | +* [Github:219 Contains Duplicate II](/Array/Array.Lib/ContainsDuplicateIISln.cs) |
| 204 | +* [CSDN:219 Contains Duplicate II](http://blog.csdn.net/daigualu/article/details/71166985) |
| 205 | +#### 189. Rotate Array |
| 206 | +* [Github:189. Rotate Array](/Array/Array.Lib/RotateArraySln.cs) |
| 207 | +* [CSDN:189. Rotate Array](http://blog.csdn.net/daigualu/article/details/71159419) |
| 208 | + |
202 | 209 | ## Hash Table
|
203 | 210 | * [#136 Single number](/HashTable/HashTable.Lib/SingleOneSln.cs)
|
204 | 211 |
|
|
0 commit comments