Skip to content

JDNdeveloper/Permuter-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Permuter Program

Author: Jayden Navarro

Email: jdndeveloper@gmail.com

LinkedIn: Jayden Navarro

Twitter: @JaydenNavarro

Google+: Jayden Navarro

GitHub: JDNdeveloper

Description:

This program uses recursion and iteration to output all permutations of a given String.

The recursive function repeatedly calls itself on smaller and smaller substrings of the original string. Eventually it is left with a single character, which it then returns and the stack rebuilds the String one character at a time until it forms a permuted version of the string.

Enjoy!

Jayden Navarro

How To Use:

Change the String 's' in PermuterPrinter.java to the String you want permuted, and compile and run the file.

About

Simple String Permuter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages