Integral of letters: all combinations of letters of all words
Given a dictionary of thousands of words without extra characters
12345.txt
My program decomposes each word into letters
and creates a table 54321.txt
number of combinations of all letters
=26*25/2 = 25*13 = 325
While sorting is not implemented
I ordered in Excel:
1 18912 E S
2 17898 I N
3 14121 A E
4 13913 E R
5 13057 E N
6 12980 I S
7 12694 A N
8 12372 A I
9 12010 A T
10 11760 R S
'izhitsa.bas
INPUT #1, s$: s
= LEN(s$
) ': PRINT s$ ' or all words in memory