LeetCode开心刷题第八天——15 3sum

15 3sum

this question is a complex problem to me because it's hard to detailed classification.

Special Usage:

vector<vector<int>> this container is equivalent to a two-dimensional array.if we use vector<int>,we can only put one variable in this container.But if we overlap the two containers.It can store the contents of an array.

上一篇:leetcode 15. 3Sum


下一篇:16. 3Sum Closest[M]最接近的三数之和