摘要: Given an array nums of n integers and an integer target, are there elements a, b, c, and d in nums such that a + b + c + d = target? Find all unique q 阅读全文
posted @ 2019-03-22 18:59 月半榨菜 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Given an array nums of n integers, are there elements a, b, c in nums such that a + b+ c = 0? Find all unique triplets in the array which gives the su 阅读全文
posted @ 2019-03-22 17:12 月半榨菜 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Given an array of strings, group anagrams together. Example: Note: All inputs will be in lowercase. The order of your output does not matter. 针对每个字符串, 阅读全文
posted @ 2019-03-22 10:26 月半榨菜 阅读(137) 评论(0) 推荐(0) 编辑