...

/

Challenge 2: Merge Two Sorted Arrays

Challenge 2: Merge Two Sorted Arrays

In this challenge, you are given two sorted arrays. Merge them into one array, which should also be sorted.

Problem statement

Implement a function mergeArrays(int arr1[], int arr2[], int ...