Files
freeCodeCamp/guide/english/tools/calculators/combinations-and-permutations-calculator/index.md
Farrel Mahaztra 0a67728ab1 Add body text and link (#30463)
Added informational content on combinations and permutations calculators as well as their respective (brief) explanations and links to the corresponding Wikipedia articles and calculator implementation
2019-03-19 18:52:19 -07:00

735 B

title
title
Combinations and Permutations Calculator

Combinations and Permutations Calculator

A combinations and permutations calculator calculates the number of permutations or combinations possible given some elements from a set.

A permutation refers to a possible arrangement of the elements of the given set, where the order is important. A combination is the same, except order is disregarded.

More Information: