- 博客(2)
- 收藏
- 关注
原创 Squares of a Sorted Array
原题:Given an array of integers A sorted in non-decreasing order, return an array of the squares of each number, also in sorted non-decreasing order. Example 1: Input: [-4,-1,0,3,10] Output: [0,1,9,16,1...
2019-04-02 23:43:12
129
原创 two sum
原题:Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may not use the sam...
2019-04-02 09:43:41
103
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人