+ 5
🏆🏆 challenge 🏆🏆 i think you understand, After see the Input and Output. what is task?👻
Input : 5 Elements... 12 3 12 5 1 Output 12 3 5 1 0 Another Example Input : 10 Elements... 12 13 8 12 5 13 1 1 2 7 Output 12 13 8 5 1 2 7 0 0 0
5 Antworten
+ 9
+ 8
** Remove duplicates from array. Code this, yes?
+ 6
just removing..
in ruby....
just
array.uniq!
gives the required answer..