Introduction - If you have any usage issues, please Google them yourself
The goal of this program is to demonstrate the construction of a huffman encoding tree.
The tree is represented as a binary tree using MATLAB s built in treeplot commands.
Contruction of the tree as well as the huffman code book will be described in later sections