Sanjaykumar-IT/dsa-problems

Find the union of arrays in sorted order

开放

#21 创建于 2024年10月29日

 (0 条评论) (0 个反应) (0 位负责人)Java (4 个派生)auto 404
hacktoberfesthacktoberfest-acceptedhactoberfest2024

仓库指标

星标
 (1 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

Output: [1,2,4]

贡献者指南