Skip to content

Latest commit

 

History

History

mergingSortedIntegerArraysWithoutDuplicates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.