[Solved] Telephone Words problem [closed]


Based on the detailed explanation in the comment this should be a simple permutation combination problem:
Each digit will have a number of characters associated to it (example 4 could mean either of G,H or I) and then for a combination of digits the permutation can be computed.

1

solved Telephone Words problem [closed]