Login   Register  
PHP Classes
elePHPant
Icontem

Class: String Permutation Class

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of BasicA  >  String Permutation Class  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: String Permutation Class
Base name: 200
Description: Permutation to permutate a string (short one) to return subsets.
Related classes: , ,
Version: -
PHP version: -
License: Unspecified (ask the author)
All time users: 1475 users
All time rank: 2203
Week users: 0 users
Week rank: 2517
Picture of BasicA
Author: BasicA <e-mail contact>
Packages: 8 Browse this author's classes Browse this author's classes
Country: ???
Age: ???
All time rank: 51
Week rank: 519 Down


  Detailed description  
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)

 

  Groups  
Group folder image Algorithms Numerical and statistical algorithms View top rated classes

  Rate classes User ratings   Applications   Related links   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
Active example of permutation class Active example of permutation class

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

Download all files: string.tar.gz string.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.