Create a function words_with_redundant_letters that takes as input a sentence (linked-list) and returns a sub-sentence (sub-list) of words that have two redundant consecutive letters. For instance, the following sentence: ”Anna has a good English”, the the sub-list should contain only the words Anna and good. ( assuming that English words do not contain more than two consecutive identical letters) c-style strings methods ONLY are used
-
Notifications
You must be signed in to change notification settings - Fork 0
an162/word-Char-InSentence
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Program that takes as input a sentence and returns a sub-sentence of words that have two redundant consecutive letters
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published