TatumAnderson6833 TatumAnderson6833 01-04-2024 Mathematics contestada Given two same-sized integer vectors prevvalues and newvalues, which assigns eq with 1 if the vectors are equal, and 0 otherwise. How many operations does this algorithm require?a) O(1)b) O(n)c) O(n log n)d) O(n²)