Question: 3.3 Consider two vectors that are NOT sorted, each containing n comparable items. How long would it take to display all items (in any order)

3.3 Consider two vectors that are NOT sorted, each containing n comparable items. How long would it take to display all items (in any order) which appear in either the first or second vector, but not in both, if you are only allowed 0(1) additional memory? Give the fastest possible algorithm's worst-case time complexity. (log n) (n) (nlogn) (n2) (n2logn) A. C. D. E
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
