Home > string-permuter

string-permuter

String-permuter is a project mainly written in C, it's free.

accepts a command line string and it prints its permutation to stdout

This code was written for testing purpos only. It prints the permutations of the input commandline string. can cause memory crash for string with length > 10.

Previous:github_LT