Sanjaykumar-IT/dsa-problems

Find the union of arrays in sorted order

Aperta

#21 aperta il 29 ott 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Java (4 fork)auto 404
hacktoberfesthacktoberfest-acceptedhactoberfest2024

Metriche repository

Star
 (1 stella)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Input: a = [1, 1, 2, 2, 2, 4], b = [2, 2, 4, 4] ( Both a and b are sorted arrays)

Output: [1,2,4]

Guida contributor