- Time : O(AlogB)
- Space : O(B)
c++
1 | int Solution::nchoc(int A, vector<int> &B) { |