PermutationOfWords
-
Notifications
You must be signed in to change notification settings - Fork 0
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)
mello1984/PermutationOfWords
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published