Question: Write a function that will take in two int vectors A,B. A is in non- descending order and, B is in non-ascending order. Your function
Write a function that will take in two int vectors A,B. A is in non- descending order and, B is in non-ascending order. Your function should merge A, B into a new vector in non- ascending order and return this new vector. What is the running time of the algorithm in terms of the size of A and B?
use c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
