knkolbow / MorseCode

Encode and decode a message in morse code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Encode and decode a message in morse code


Languages

Language:Java 100.0%