码迷,mamicode.com
首页 >  
搜索关键字:two-sum    ( 578个结果
No.001: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 ...
分类:其他好文   时间:2016-09-22 01:07:19    阅读次数:169
170. Two Sum III - Data structure design
Design and implement a TwoSum class. It should support the following operations: add and find. add - Add the number to an internal data structure.find ...
分类:其他好文   时间:2016-09-21 14:35:19    阅读次数:115
Two Sum II
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 ...
分类:其他好文   时间:2016-09-19 06:38:25    阅读次数:89
[LintCode] Two Sum 两数之和
Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two n ...
分类:其他好文   时间:2016-09-18 07:49:14    阅读次数:183
leetcode:1-5题代码整理
以下是这段时间抽时间刷的前5题,都是自己想的解法,或许不是最优解,只是整理下,方便日后优化提升 1. Two Sum: 2. Add Two Numbers: 3. Longest Substring Without Repeating Characters: 4. Median of Two So ...
分类:其他好文   时间:2016-09-12 23:49:33    阅读次数:224
LeetCode-Two Sum III - Data structure design
Design and implement a TwoSum class. It should support the following operations: add and find. add - Add the number to an internal data structure. fin ...
分类:其他好文   时间:2016-09-10 06:42:48    阅读次数:158
170. Two Sum III - Data structure design
...
分类:其他好文   时间:2016-09-08 09:48:34    阅读次数:103
python letcode 1
开始刷 letcode, 简单笔记下自己的答案, 目标十一结束之前搞定所有题目. 1. Two Sum. ...
分类:编程语言   时间:2016-09-08 00:37:45    阅读次数:416
probem:1. Two Sum
...
分类:其他好文   时间:2016-09-06 21:19:12    阅读次数:127
Leetcode 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 ...
分类:其他好文   时间:2016-09-04 19:25:37    阅读次数:194
578条   上一页 1 ... 32 33 34 35 36 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!