LeetCode刷题之路
文章平均质量分 61
安心做一个程序媛
这个作者很懒,什么都没留下…
展开
-
167. Two Sum II - Input array is sorted
Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two number原创 2016-12-26 16:22:16 · 268 阅读 · 0 评论 -
26. Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space for another array, you must do this in place with原创 2016-12-26 15:20:18 · 251 阅读 · 0 评论 -
1. Two Sum
找工作的时候经常被问到算法问题,所以开始在LeetCode上刷题,由于最近刚开始学swift3.0,于是决定用swift来实现算法。如果哪里写的不对的,欢迎大家纠正。 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You原创 2016-12-05 16:21:54 · 173 阅读 · 0 评论