Skip to content

program that prints the longest substring of user input, in which the letters occur in alphabetical order. For example, if s = 'effghikacd', then the program will print 'effghik'

Notifications You must be signed in to change notification settings

MustafaDiaa/longestSubString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

longestSubString

program that prints the longest substring of user input, in which the letters occur in alphabetical order. For example, if s = 'effghikacd', then the program will print 'effghik'

About

program that prints the longest substring of user input, in which the letters occur in alphabetical order. For example, if s = 'effghikacd', then the program will print 'effghik'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages