Subscribe via RSS Become a friend on Facebook Follow me on Twitter

Cymons Games

MorseTran

October 23rd, 2009

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.

Leave a Reply

Cymons Games. All programs provided without guarantee or warranty. Maintained by Joseph Larson.
If you have any questions or notice something is wrong please contact me. Powered by WordPress.