Last active
January 15, 2019 23:52
-
-
Save Lamzin/6f76d27d26e980984130fa4179cca487 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
N length words | Permutations | Combinations | ||
---|---|---|---|---|
N=3 | 2130 | 1320 | 220 | |
N=4 | 7184 | 11880 | 495 | |
N=5 | 15918 | 95040 | 792 | |
N=6 | 29874 | 665280 | 924 | |
N=7 | 41997 | 3991680 | 792 | |
N=8 | 51626 | 19958400 | 495 | |
N=9 | 53403 | 79833600 | 220 | |
N=10 | 45872 | 239500800 | 66 | |
N=11 | 37538 | 479001600 | 12 | |
N=12 | 29126 | 479001600 | 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment