Premiumlab  
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页

2017年7月3日

摘要: https://leetcode.com/problems/3sum/#/description Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all uni 阅读全文
posted @ 2017-07-03 23:28 Premiumlab 阅读(99) 评论(0) 推荐(0) 编辑

2017年6月25日

摘要: https://leetcode.com/problems/meeting-rooms-ii/#/solutions Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2] 阅读全文
posted @ 2017-06-25 17:02 Premiumlab 阅读(125) 评论(0) 推荐(0) 编辑

2017年6月23日

摘要: https://leetcode.com/problems/decode-ways/#/description A message containing letters from A-Z is being encoded to numbers using the following mapping: 阅读全文
posted @ 2017-06-23 21:09 Premiumlab 阅读(156) 评论(0) 推荐(0) 编辑

2017年6月22日

摘要: https://leetcode.com/problems/letter-combinations-of-a-phone-number/#/description Given a digit string, return all possible letter combinations that t 阅读全文
posted @ 2017-06-22 22:41 Premiumlab 阅读(153) 评论(0) 推荐(0) 编辑

2017年6月19日

摘要: https://leetcode.com/problems/binary-tree-vertical-order-traversal/#/description Given a binary tree, return the vertical order traversal of its nodes 阅读全文
posted @ 2017-06-19 20:09 Premiumlab 阅读(134) 评论(0) 推荐(0) 编辑

2017年6月18日

摘要: https://leetcode.com/problems/sparse-matrix-multiplication/#/description Given two sparse matrices A and B, return the result of AB. You may assume th 阅读全文
posted @ 2017-06-18 21:10 Premiumlab 阅读(128) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/sparse-matrix-multiplication/#/description Given two sparse matrices A and B, return the result of AB. You may assume th 阅读全文
posted @ 2017-06-18 21:10 Premiumlab 阅读(126) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/maximum-size-subarray-sum-equals-k/#/description Given an array nums and a target value k, find the maximum length of a 阅读全文
posted @ 2017-06-18 09:54 Premiumlab 阅读(191) 评论(0) 推荐(0) 编辑

2017年6月14日

摘要: https://leetcode.com/problems/k-diff-pairs-in-an-array/#/description Given an array of integers and an integer k, you need to find the number of uniqu 阅读全文
posted @ 2017-06-14 21:09 Premiumlab 阅读(417) 评论(0) 推荐(0) 编辑

2017年6月13日

摘要: https://leetcode.com/problems/repeated-substring-pattern/#/description Given a non-empty string check if it can be constructed by taking a substring o 阅读全文
posted @ 2017-06-13 22:28 Premiumlab 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页