摘要: 3.四数之和 题目链接:https://leetcode-cn.com/problems/4sum 题目描述: 给定一个包含 n 个整数的数组 nums 和一个目标值 target,判断 nums 中是否存在四个元素 a,b,c 和 d ,使得 a + b + c + d 的值与 target 相等 阅读全文
posted @ 2021-01-25 15:53 张宵 阅读(72) 评论(0) 推荐(0)