Distinct words in a sentence
CodeChefOpen on judge ↗
Given a sentence, write a function to return the sentence with only distinct words. Words are separated by space in the input. Input A random sentence, Eg "This is a sentence that has duplicate words. Unique words have to be printed out as a sentence" Output Sentence with unique words Example Input: test sentence with test words Output: test sentence with words
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start