Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 344 Bytes

File metadata and controls

7 lines (6 loc) · 344 Bytes

Merging sorted integer arrays (without duplicates)

8 kyu link to kata
my solution

Write a function that merges two sorted arrays into a single one. The arrays only contain integers. Also, the final outcome must be sorted and not have any duplicate.