Adaptive Huffman encoding
In this modification of Huffman coding, developed by Faller, Gallager and Knuth in 1985
is not needed to compute frequencies before coding because code tree builded in runtime.
demostration is shown in following applet or in fgken.jnlp in application directory.