上一页 1 ··· 16 17 18 19 20
摘要: 题目: Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array 阅读全文
posted @ 2017-04-15 16:37 Vincent丶丶 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 题目: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum 阅读全文
posted @ 2017-04-15 15:08 Vincent丶丶 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 题目: 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 hav 阅读全文
posted @ 2017-04-15 12:33 Vincent丶丶 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 题目: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes co 阅读全文
posted @ 2017-04-15 12:24 Vincent丶丶 阅读(222) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20