Recommend this page to a friend! |
Download .zip |
Info | View files (1) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2001-03-26 (15 years ago) | Not enough user ratings | Total: 1,524 | All time: 2,491 This week: 894 |
Version | License | Categories | ||||
1.0 | Unspecified (ask ... | Algorithms |
Description | Author | |
Permutation to permutate a string (short one) to return subsets... with variable parameters. "ABC" returns a,b,c,aa,ab,ac,ba,bb,...abc,aca,acb ... (Initially implemented with a recursive solution there was the bothersome stack overflow and also other minor problems... later when implemented with a tripple for loop it still fails the volume test though try not to have too many characters or it will exceed phps 30sec execution. Any body has better solutions to this can email me :p) |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Active example of permutation class Active example of permutation class |