/MorseCode

Encode and decode a message in morse code

Primary LanguageJava

MorseCode

Program allows you to encode and decode a message in morse code.

A morse code binary tree is created using an input file containing letts a-z along with their morse code.

User enters the message to encode. The program traverses through the tree to find the corresponding morse code.