Skip to content

The input string is ordered so that the first and last letters of neighboring words match, and all words in the original sequence must be used. For example, "ab ca bc" - > "ab bc ca". 2 alternative algorithms are executed: sequential increment (SequenceAlgorithm class) and cyclic algorithm (CyclicAlgorithm class)

Notifications You must be signed in to change notification settings

mello1984/PermutationOfWords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

PermutationOfWords

About

The input string is ordered so that the first and last letters of neighboring words match, and all words in the original sequence must be used. For example, "ab ca bc" - > "ab bc ca". 2 alternative algorithms are executed: sequential increment (SequenceAlgorithm class) and cyclic algorithm (CyclicAlgorithm class)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages