@@ -126,24 +126,32 @@ Tags are following:
126
126
127
127
## Details
128
128
## Array
129
- * [ #35 Search Insert Position] ( /Array/Array.Console/Array.Lib/SearchInsertPosition.cs )
130
-
131
- * [ #118 Pascal’s Triangle] ( /Array/Array.Console/Array.Lib/PascalsTriangle.cs )
132
-
133
- * [ #119 Pascal’s Triangle II] ( /Array/Array.Console/Array.Lib/PascalsTriangleII.cs )
134
-
135
- * [ #414 Third Maximum Number] ( /Array/Array.Console/Array.Lib/ThirdMaximumNumber.cs )
136
-
137
- * [ #66 Plus One] ( http://blog.csdn.net/daigualu/article/details/71056697 )
138
-
139
- * [ #121 Best time to buy and sell stock] ( http://blog.csdn.net/daigualu/article/details/71038726 )
140
-
141
- * [ #26 Remove Duplicates from Sorted Array] ( http://blog.csdn.net/daigualu/article/details/71064545 )
142
-
143
-
144
- * [ #122 BestTimeToBuyandSellStockII] ( http://blog.csdn.net/daigualu/article/details/71104584 )
145
-
146
- * [ #27 Remove element] ( http://blog.csdn.net/daigualu/article/details/71104482 )
129
+ | Number| Title | Blog |
130
+ | ------| -------| ------|
131
+ 35 |[ Search Insert Position] ( http://blog.csdn.net/daigualu/article/details/66995617 )
132
+ 118| [ Pascal's Triangle] ( http://blog.csdn.net/daigualu/article/details/67006388 )
133
+ 119 |[ Pascal's Triangle II] ( http://blog.csdn.net/daigualu/article/details/67069088 )
134
+ 414| [ Third Maximum Number] ( http://blog.csdn.net/daigualu/article/details/68063481 )
135
+ 121| [ Best Time to Buy and Sell Stock] ( http://blog.csdn.net/daigualu/article/details/71038726 )
136
+ 66| [ Plus One] ( http://blog.csdn.net/daigualu/article/details/71056697 )
137
+ 26 |[ Remove Duplicates from Sorted Array] ( http://blog.csdn.net/daigualu/article/details/71064545 )
138
+ 27| [ Remove Element] ( http://blog.csdn.net/daigualu/article/details/71104482 )
139
+ 122 |[ Best Time to Buy and Sell Stock II] ( http://blog.csdn.net/daigualu/article/details/71104584 )
140
+ 268 |[ Missing Number] ( http://blog.csdn.net/daigualu/article/details/69220202 )
141
+ 217| [ Contains Duplicate] ( http://blog.csdn.net/daigualu/article/details/71123673 )
142
+ 532| [ K-diff Pairs in an Array] ( http://blog.csdn.net/daigualu/article/details/71129806 )
143
+ 189| [ Rotate Array] ( http://blog.csdn.net/daigualu/article/details/71159419 )
144
+ 169 |[ Majority Element] ( http://blog.csdn.net/daigualu/article/details/69937729 )
145
+ 167 |[ Two Sum II - Input array is sorted] ( http://blog.csdn.net/daigualu/article/details/69787679 )
146
+ 88 |[ Merge Sorted Array] ( http://blog.csdn.net/daigualu/article/details/69367334 )
147
+ 53 |[ Maximum Subarray] ( http://blog.csdn.net/daigualu/article/details/69936974 )
148
+ 485 |[ Max Consecutive Ones] ( http://blog.csdn.net/daigualu/article/details/71216338 )
149
+ 283 |[ Move Zeroes] ( http://blog.csdn.net/daigualu/article/details/69329038 )
150
+ 448 |[ Find All Numbers Disappeared in an Array] ( http://blog.csdn.net/daigualu/article/details/71168875 )
151
+ 1| [ Two Sum] ( http://blog.csdn.net/daigualu/article/details/68957096 )
152
+ 219 |[ Contains Duplicate II] ( http://blog.csdn.net/daigualu/article/details/71166985 )
153
+ 566| [ Reshape the Matrix] ( http://blog.csdn.net/daigualu/article/details/71275325 )
154
+ 561| [ Array Partition I] ( http://blog.csdn.net/daigualu/article/details/71273279 )
147
155
148
156
#### 532 K-diff Pairs in an Array
149
157
* [ Github:#532 K-diff Pairs in an Array] ( /Array/Array.Lib/FindPairsSln.cs )
0 commit comments