Challenge: Reverse Playlist
Task
Swipe to start coding
Reverse the order of songs in a playlist represented by a string array.
- Swap the first element with the last, the second with the second-to-last, and so on, until the entire array is reversed.
- The function must modify the original array so that its elements appear in reverse order.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
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: Reverse Playlist
Swipe to show menu
Task
Swipe to start coding
Reverse the order of songs in a playlist represented by a string array.
- Swap the first element with the last, the second with the second-to-last, and so on, until the entire array is reversed.
- The function must modify the original array so that its elements appear in reverse order.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 2
single