Sanjaykumar-IT/dsa-problems

Find the union of arrays in sorted order

オープン

#21 opened on 2024/10/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (4 件のフォーク)auto 404
hacktoberfesthacktoberfest-acceptedhactoberfest2024

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

Output: [1,2,4]

コントリビューターガイド