Distinct elements of two arrays into single array. And count no of this distinct elements | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Distinct elements of two arrays into single array. And count no of this distinct elements

Testcase 1:{1,3,4,6}, {3,5,7,8,2} o/p;{1,2,4,5,6,7,8} count=7.

20th Sep 2018, 4:26 PM
Jyothsna Sattenapalli
Jyothsna Sattenapalli - avatar
1 ответ
0
I want system o/p Jay Matthews
20th Sep 2018, 11:59 PM
Jyothsna Sattenapalli
Jyothsna Sattenapalli - avatar