我现在在做一个叫<leetbook>的免费开源书项目,力求提供最易懂的中文思路,目前把解题思路都同步更新到gitbook上了,需要的同学可以去看看 书的地址:https://hk029.gitbooks.io/leetbook/ ` 018. 4Sum 问题 Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all uniqu…