PHP Classes

String Permutation Class: Permutation to permutate a string (short one) to return subsets.

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,531 All time: 2,560 This week: 339Up
Version License Categories
1.0Unspecified (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)

Picture of BasicA
Name: BasicA <contact>
Classes: 6 packages by
Country: ???
Age: ???
All time rank: 66
Week rank: 312 Down

  Files folder image Files  
File Role Description
Accessible without login Plain text file permutate.php ??? String Permutation

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,531
This week:0
All time:2,560
This week:339Up