Computer Science, asked by shilparam5907, 11 months ago

Given two sorted arrays of size m and n respectively, you are tasked with finding the element that would be at the kth position of the final sorted array.

Answers

Answered by kswami848
0

Answer:

I think it is in c language

Explanation:let make a recursive funtion and pass three array first two given and third to final sorted array and also pass size of those .

Attachments:
Similar questions