一、两三四数之和
两数之和。哈希表解决。 1. 两数之和 - 力扣(LeetCode)
三数之和,找出所有和为 0 且不重复的三元组。先排序,用for循环,双指针,while。15. 三数之和 - 力扣(LeetCode)
最接近的三数之和。与target最接近,同上,if条件不同而已。16. 最接近的三数之和 - 力扣(LeetCode)
四数之和。先排序,用双for,双指针,while。18. 四数之和 - 力扣(LeetCode)
一、两三四数之和
两数之和。哈希表解决。 1. 两数之和 - 力扣(LeetCode)
三数之和,找出所有和为 0 且不重复的三元组。先排序,用for循环,双指针,while。15. 三数之和 - 力扣(LeetCode)
最接近的三数之和。与target最接近,同上,if条件不同而已。16. 最接近的三数之和 - 力扣(LeetCode)
四数之和。先排序,用双for,双指针,while。18. 四数之和 - 力扣(LeetCode)