V1.swap(v2) where v1 and v2 are vectors?
quiz-vector-stl
dakshi
(dakshi aggarwal)
May 6, 2020, 2:24am
#1
What is the time complexity when v1 size N
v2 size M
my ans o(N+M)