You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bradendubois edited this page Sep 10, 2021
·
8 revisions
No Duplicates
ID: nodup
Difficulty: 1.4
CPU Time: 1 second
Memory: 1024 MB
Solution
One can loop through the words given, and keep a map of the word to the number of its occurrences: if the occurrence of the word reached is already 1 (or is > 1, depending on when you check it), then it is a repeat.