Premiumlab  

2017年8月6日

摘要: https://leetcode.com/problems/maximum-subarray/description/ Find the contiguous subarray within an array (containing at least one number) which has th 阅读全文
posted @ 2017-08-06 18:07 Premiumlab 阅读(159) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/isomorphic-strings/description/ Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic 阅读全文
posted @ 2017-08-06 17:26 Premiumlab 阅读(201) 评论(0) 推荐(0) 编辑
 
摘要: 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) 编辑