Skip to content

Application that reverses all the words of input text

Notifications You must be signed in to change notification settings

ahromov/anagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Write an application that reverses all the words of input text:

  E.g. "abcd efgh" => "dcba hgfe"

All non-letter symbols should stay on the same places:

  E.g. "a1bcd efg!h" => "d1cba hgf!e"

Use Latin alphabet for test only.

About

Application that reverses all the words of input text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages