php - Permutations and data combos crapping out the memory -
I need a special function to generate the program so that I can compare the data.
- Minimum 2 (no single)
- I do not believe it is possible (at least one shared server)
None of these (1 1 1 3 is fine, but 1 is not 1 1 1)
- I really need to be able to include repeated items (1 1 1 4 5) < / Li>
I am currently using this function:
It is currently unsuccessful on a tired memory (128 m) for an array of 25 elements < / P>
Comments
Post a Comment