Skip to content

Jugal43/Total-Enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

TotalEnumeration

Join the chat at https://gitter.im/Jugal43/TotalEnumeration

Library provides enumerating all the posible combination of matrix accross the column.

Library uses Itrator Implementation.

Currently implemented in PHP, Java.

Example :-

Input =

[
[1      4],
[2      5]
]

Output =
[
[1      2],
[1      5],
[4      2],
[4      5]
]

Next Implementation in Python

About

All the combination of matrix element

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published