Premiumlab  
上一页 1 2 3 4 5 6 ··· 14 下一页

2017年8月6日

摘要: https://leetcode.com/problems/factor-combinations/description/ Numbers can be regarded as product of its factors. For example, 8 = 2 x 2 x 2; = 2 x 4. 阅读全文
posted @ 2017-08-06 16:57 Premiumlab 阅读(159) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/paint-house/description/ There are a row of n houses, each house can be painted with one of the three colors: red, blue 阅读全文
posted @ 2017-08-06 16:32 Premiumlab 阅读(105) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/binary-tree-upside-down/description/ Given a binary tree where all the right nodes are either leaf nodes with a sibling 阅读全文
posted @ 2017-08-06 12:04 Premiumlab 阅读(339) 评论(0) 推荐(0) 编辑

2017年8月4日

摘要: https://leetcode.com/problems/two-sum-iii-data-structure-design/description/ Design and implement a TwoSum class. It should support the following oper 阅读全文
posted @ 2017-08-04 15:53 Premiumlab 阅读(133) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/nested-list-weight-sum-ii/description/ Given a nested list of integers, return the sum of all integers in the list weigh 阅读全文
posted @ 2017-08-04 15:23 Premiumlab 阅读(168) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/shortest-word-distance-ii/description/ This is a follow up of Shortest Word Distance. The only difference is now you are 阅读全文
posted @ 2017-08-04 14:13 Premiumlab 阅读(144) 评论(0) 推荐(0) 编辑

2017年8月3日

摘要: https://leetcode.com/problems/shortest-word-distance/description/ Given a list of words and two words word1 and word2, return the shortest distance be 阅读全文
posted @ 2017-08-03 15:31 Premiumlab 阅读(123) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/nested-list-weight-sum/description/ Given a nested list of integers, return the sum of all integers in the list weighted 阅读全文
posted @ 2017-08-03 12:37 Premiumlab 阅读(268) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/binary-tree-right-side-view/description/ Given a binary tree, imagine yourself standing on the right side of it, return 阅读全文
posted @ 2017-08-03 10:49 Premiumlab 阅读(112) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/design-twitter/description/ Design a simplified version of Twitter where users can post tweets, follow/unfollow another 阅读全文
posted @ 2017-08-03 09:49 Premiumlab 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页