由于水平原因,博客大部分内容摘抄于网络,如有错误或者侵权请指出,本人将尽快修改

摘要: Shuffle a set of numbers without duplicates. Example: 阅读全文
posted @ 2019-06-01 15:34 小纸条 阅读(116) 评论(0) 推荐(0)
摘要: 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-06-01 14:43 小纸条 阅读(114) 评论(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 s 阅读全文
posted @ 2019-06-01 11:23 小纸条 阅读(83) 评论(0) 推荐(0)