Back to course home
0% completed
Vote For New Content
Problem statement is poorly written
monir.imamverdi
Feb 27, 2025
This page needs to be rewritten, it's so confusing.
We're expecting the first occurrence of each distinct number to be retained in the final output, rather than only keeping numbers that appear exactly once. That means instead of filtering strictly unique elements, we need to retain distinct elements in their first occurrence while shifting them to the front.
8
0
Comments
Comments
On this page
Problem Statement
Try it yourself