Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 299 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 299 Bytes

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.