• Курсы
  • Компилятор кода
  • Обсуждения
  • Цены
  • Teams
Menu
+ 1

Remove all duplicates in array.

remove all duplicate numbers in an array test input: {1,2,2,3,3,3,4,4,4,4,5,5,5,5,5} output: 12345

c#java
30th Oct 2017, 10:29 PM
Samuel
Samuel - avatar
2 ответов
+ 7
https://www.google.pl/url?sa=t&source=web&rct=j&url=https://stackoverflow.com/questions/17967114/how-to-efficiently-remove-duplicates-from-an-array-without-using-set&ved=0ahUKEwiJz8mLtJnXAhXI0xoKHRCABK0QjjgIJTAA&usg=AOvVaw3tRAYpdTQ7jSY4lRUch-2p
30th Oct 2017, 10:35 PM
Kamil
Kamil - avatar
+ 1
Insert all into a Set and then convert into an array!
31st Oct 2017, 12:13 AM
Chriptus13
Chriptus13 - avatar

Часто задают такие вопросы?

Учитесь эффективнее, бесплатно:

  • Введение в Python

    7.1M учащихся

  • Введение в Java

    4.7M учащихся

  • Введение в C

    1.5M учащихся

  • Введение в HTML

    7.5M учащихся

Смотреть все курсы
Актуальное сегодня
Can I import any module in python in this app?
1 Votes
Loops and conditions
2 Votes
Algorithm to create maze-like grid
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
Any coding competitions?
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Rise of AI
1 Votes
Need a personal tutor
0 Votes
Community and feed option
0 Votes