Skip to content

Program that takes as input a sentence and returns a sub-sentence of words that have two redundant consecutive letters

Notifications You must be signed in to change notification settings

an162/word-Char-InSentence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

word-Char-InSentence

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

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

No packages published

Languages