码迷,mamicode.com
首页 >  
搜索关键字:two-sum    ( 578个结果
leetcode 653. Two Sum IV - Input is a BST
Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target. E ...
分类:其他好文   时间:2017-08-07 11:46:38    阅读次数:218
167. Two Sum II - Input array is sorted
https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/description/ ...
分类:其他好文   时间:2017-08-07 00:08:49    阅读次数:186
653. Two Sum IV - Input is a BST 两个数的和,输入为平衡二叉树
Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target.Ex... ...
分类:其他好文   时间:2017-08-06 21:56:32    阅读次数:167
[leetcode-653-Two Sum IV - Input is a BST]
Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target. E ...
分类:其他好文   时间:2017-08-06 12:32:02    阅读次数:152
【LeetCode】167. Two Sum II - Input array is sorted
原题链接:https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/tabs/description/ 题目要求:Given an array of integers that is already sorted in ascend ...
分类:其他好文   时间:2017-07-28 17:11:17    阅读次数:120
167. Two Sum II - Input array is sorted (二分ortwo-pointer)
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 ...
分类:其他好文   时间:2017-07-25 12:38:05    阅读次数:169
[Leetcode] 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 ...
分类:其他好文   时间:2017-07-20 20:58:38    阅读次数:140
1. Two Sum&&15. 3Sum&&18. 4Sum
题目: 1. 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 inpu ...
分类:其他好文   时间:2017-07-19 01:11:19    阅读次数:137
[LintCode] Two Sum - 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 ...
分类:其他好文   时间:2017-07-18 09:57:42    阅读次数:219
[LeetCode] 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 ...
分类:其他好文   时间:2017-07-13 22:51:45    阅读次数:237
578条   上一页 1 ... 24 25 26 27 28 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!