随笔分类 -  leetcode

Palindrome Pairs
摘要:Given a list of unique words. Find all pairs of distinct indices (i, j) in the given list, so that the concatenation of the two words, i.e. words[i] + 阅读全文

posted @ 2016-05-02 03:10 zoghin 阅读(236) 评论(0) 推荐(0)

Integer Break
摘要:Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Return the maximum pro 阅读全文

posted @ 2016-05-01 09:29 zoghin 阅读(231) 评论(0) 推荐(0)

导航