what is the time complexity of the search() function in case of vectors?
auto it = std::search(v2.begin(), v2.end(), v1.begin(), v1.end());
what is the time complexity of the search() function in case of vectors?
auto it = std::search(v2.begin(), v2.end(), v1.begin(), v1.end());