Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 406 Bytes

File metadata and controls

15 lines (13 loc) · 406 Bytes

Same-Code-Morse

This program gets all the words that share morse code with the input and are contained in "10000-english.txt". It also returns the number of combinations that are not in the list.

Example of use.

Input "Man"

The morse code [man] '--'.-'-.' 
Can be one of the following words in English:
gg: '--.'--.'
man: '--'.-'-.'
mate: '--'.-'-'.'
mp: '--'.--.'
And 25 other combinations...