Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Remove Duplicates | Array Manipulation and Sorting
Quizzes & Challenges
Quizzes
Challenges
/
C# Arrays

bookChallenge: Remove Duplicates

Tarefa

Swipe to start coding

Write a program that creates a new array containing only unique values from an integer array.

To complete the function:

  • Iterate through the numbers array.
  • Add each value to a new collection only if it is not already present.
  • Return a new array containing all unique values.

Solução

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 7
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

bookChallenge: Remove Duplicates

Deslize para mostrar o menu

Tarefa

Swipe to start coding

Write a program that creates a new array containing only unique values from an integer array.

To complete the function:

  • Iterate through the numbers array.
  • Add each value to a new collection only if it is not already present.
  • Return a new array containing all unique values.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 7
single

single

some-alt