Permutation List Generator Help

Overview

This app generates all possible permutations of the characters of a given string.


Instruction

Enter a string in the textbox; choose whether to exclude repeated elements or not. Please be advised that space is also counted as a permuting element; please make sure you don't add unintended spaces before or after a string.

The total number of possible permutations and all permutation will be printed after execution.


Example:

permute egg
Number of Permutations = 3; Exclude Repeated Elements;
egg
geg
gge


Number of Permutations = 6; Include Repeated Elements;
egg
egg
geg
geg
gge
gge


Disclaimer: All the programs on this website are designed for educational purposes only. They are tested however mistakes and errors may still exist. By using these programs, you acknowledge that you are aware that the results from the programs may contain mistakes and errors and you are responsible for using these results. The author is not responsible for errors and results from these programs.