摘要: Given a list of numbers, find the number of tuples of size N that add to S.for example in the list (10,5,-1,3,4,-6), the tuple of size 4 (-1,3,4,-6) a... 阅读全文
posted @ 2015-08-01 15:29 AndyJee 阅读(993) 评论(0) 推荐(0) 编辑
摘要: Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.题目:给一组字符串,返回所有满足Anagrams(回文构词法)的字符串;A... 阅读全文
posted @ 2015-08-01 11:11 AndyJee 阅读(480) 评论(0) 推荐(0) 编辑