3. Merge Two Sorted Arrays
Description: Given two sorted arrays arr1
and arr2
return both arrays merged.
Difficulty: EASY
Description: Given two sorted arrays arr1
and arr2
return both arrays merged.
Code Executor
Execution result will be displayed here.