- Time : O(nlogn)
- Space : O(1)
c++
1 | int Solution::setIntersection(vector<vector<int>> &A) { |