美文网首页
Array(Easy)

Array(Easy)

作者: 骑鲸公子_ | 来源:发表于2017-09-05 20:39 被阅读0次

561. Array Partition I

566. Reshape the Matrix

485. Max Consecutive Ones

122. Best Time to Buy and Sell Stock II

217. Contains Duplicate

628. Maximum Product of Three Numbers

268. Missing Number

35. Search Insert Position

53. Maximum Subarray

动态规划

66. Plus One

118. Pascal's Triangle

vector(itn nSize):创建一个vector,元素个数为nSize。

vector(int nSize, const T& t):创建一个vector,元素个数为nSize,且值均为t。

643. Maximum Average Subarray I

滑动窗口

119. Pascal's Triangle II

1. Two Sum

相关文章

网友评论

      本文标题:Array(Easy)

      本文链接:https://www.haomeiwen.com/subject/sgcndxtx.html