Challenge: Remove Duplicates
Tehtävä
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
numbersarray. - Add each value to a new collection only if it is not already present.
- Return a new array containing all unique values.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 3. Luku 7
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Awesome!
Completion rate improved to 3.57
Challenge: Remove Duplicates
Pyyhkäise näyttääksesi valikon
Tehtävä
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
numbersarray. - Add each value to a new collection only if it is not already present.
- Return a new array containing all unique values.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 3. Luku 7
single