Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ibbr/possibly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Possibly

A PHP script to count and generate all possible combinations from a given set of strings.

Definitions

Sample Calculations Using ['A', 'B', 'C', 'D'] Set.

Combination

Combinations are the way of selecting objects or numbers from a group of objects or collections, in such a way that the order of the objects does not matter.
To calculate this we have to multiply the count of input character/word array with the required character length.
Eg: 4^3=64 calculates 3 character long combinations from a 4 character long input data set.

Permutation

A permutation is an act of arranging objects or numbers in order.



Ibrahim Rasheed
[email protected]

About

A PHP script to count and generate all possible combinations from a given set of strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages