Q12. Merge two sorted arrays without using any extra space. Assume one array to have two times space so that merging can be performed. A12. We will use two pointer approach to this question. One pointer for the first array and a second for the second...
devitease.hashnode.dev4 min read
No responses yet.