mirror of
https://github.com/ShusenTang/LeetCode.git
synced 2024-09-02 14:20:01 +00:00
fix 3sum url error
This commit is contained in:
parent
cf9aaf5cc7
commit
f32b33b7ea
@ -1,6 +1,6 @@
|
||||
# [18. 4Sum](https://leetcode.com/problems/4sum/)
|
||||
# 思路
|
||||
和[3sum](https://github.com/ShusenTang/LeetCode/blob/master/15.%203Sum.md)这题基本一样的,注意这题由于循环层数比较多所以如果能
|
||||
和[3sum](./15.%203Sum.md)这题基本一样的,注意这题由于循环层数比较多所以如果能
|
||||
在外层循环判断一下的话可以提前终止循环或跳过某次循环,见代码。
|
||||
时间复杂度O(n^3)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user