Skip to content

Script that show all the combinations about a certain amount of variables

Notifications You must be signed in to change notification settings

tbvescio/BinaryPermutation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BinaryPermutation

  • Script that calculate all the posible binary combinations with N numbers.

Example:

  • Result with 3 variables:

     ['0', '0', '0']
     ['0', '0', '1']
     ['0', '1', '0']
     ['0', '1', '1']
     ['1', '0', '0']
     ['1', '0', '1']
     ['1', '1', '0']
     ['1', '1', '1']

About

Script that show all the combinations about a certain amount of variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages