|
|
| Name: |
String Permutation Class |
| Base name: |
200 |
| Description: |
Permutation to permutate a string (short one) to return subsets. |
| Related classes: |
recursive, permutation, abc |
| Version: |
- |
| PHP version: |
- |
| License: |
Unspecified (ask the author) |
| All time users: |
1482 users |
| All time rank: |
2231 |
| Week users: |
0 users |
| Week rank: |
2329 |
| |
|
 |
| Name: |
BasicA <e-mail contact> |
| Packages: |
8 Browse all classes by BasicA |
| Country: |
??? |
| Age: |
??? |
| All time rank: |
54 | |
| Week rank: |
390  | |
|
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)
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|