摘要: Question 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. w 阅读全文
posted @ 2016-11-01 10:41 树獭君 阅读(253) 评论(0) 推荐(0)
摘要: Question Given a sorted integer array where the range of elements are in the inclusive range [lower, upper], return its missing ranges. For example, g 阅读全文
posted @ 2016-11-01 05:14 树獭君 阅读(200) 评论(0) 推荐(0)
摘要: Question Given a string s, return all the palindromic permutations (without duplicates) of it. Return an empty list if no palindromic permutation coul 阅读全文
posted @ 2016-11-01 00:19 树獭君 阅读(255) 评论(0) 推荐(0)