This file contains 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
For this challenge, you will be required to build a Morse code encryptor and decrypter. You can use any langauge of your choosing | |
to complete the challenge. | |
Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, | |
called dots and dashes, or dits and dahs. Morse code is named after Samuel Morse, one of the inventors of the telegraph. | |
You can find a table of Morse code characters here: | |
https://morsedecoder.com/ | |
Please note that for the purpose of this exercise, where there is a space between words, you should use "/" to separate words in your |