PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Math Combinatorics   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Math Combinatorics
Combinations and permutations of a set of values
Author: By
Last change:
Date: 26 days ago
Size: 652 bytes
 

Contents

Class file image Download

Math_Combinatorics

This project is appropriate for someone who want to know about the combinations and permumentations.

different

If you use Math_Combinatorics, it will happen an error that show memories' limit.In order to solving problem,I tried to changing source code.I use file_put_content function that stroe strings when generating a new possible string right away. I also free the variable's memory which assigned the possible string so that it will not happen memories' error.

Requirement

It's only have to use PHP command line.

Dependency

It depends on this package: Math_Combinatorics