Morse code is a rhythmic human comprehensible transmission code. Developed to transmit messages long distances before the invention of the telephone. Morse code is still useful today because it can transmitted over wire, radio, light, or trumpet.
This program uses a binary tree for storing and searching, making it faster. Expressing in terms of big-O notion, a simple array search would take O(n), this only take O(n log n).
Morse Code Translator was written by Devin Watson.

Download and Play
Download eBook page
Download the source code