This project displays all permutations and combinations of the characters of a string.
To see the permutations of the word of your choice, just replace the "String" in the program with your word, and Run It Now!
This example demonstrates Template Method in java.Template Method define the skeleton of an algorithm in an operation, deferring some steps to subclasses / Template Method lets subclasses redefine cer Run It Now!
This example demonstrates Momento pattern in java.
The intent of this pattern is to capture the internal state of an object without violating encapsulation and thus providing a mean for restoring the Run It Now!