Skip to content

Basic implementation of Permutation and Combination using math package in Python.

Notifications You must be signed in to change notification settings

peanutsee/Permutation-and-Combination-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Permutation and Combination

Basic implementation of Permutation and Combination using math package in Python.

Combination

Combination is a method of counting. Order ,in this case, does not matter.

Permutation

Permutation is a method of counting. Order ,in this case, matters.

Fruit for Thought

Number order in a Combination Lock matters (ie: 1234 != 4321). Therefore, should it be called a Combination Lock or a Permutation Lock?

About

Basic implementation of Permutation and Combination using math package in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages