In this programming assignment, you will design in pseudo code and implement in Java two versions of a program that deals with two strings, referred to as shortStr and longStr. The program attempts to ...
- 1) to different permutations. A recursive approach (which is what I would use) would involve breaking the problem into isomorphic subproblems: to find all permutations of a string, find all ...
// Calls the other displayPermutation function with the first string being a blank and second string being the string it started with to start ...