Here are some resources used to produce this site as well as links to other enlightening compression webpages:Books
- Sayood, Khalid. Introduction to Data Compression. Morgan Kaufmann Publishers, New York, 2000.
Internet Sources
- Data Compression- Adaptive Huffman Coding. An excellent page that thoroughly describes Adaptive Huffman encoding as well as numerous other compression methods. Check out the index of the whole site here .
- Dave Marshall's compression page
- Adaptive Huffman Modeling. A good Adaptive Huffman page with illustrative graphics and pseudocode.
- The Squeeze Page. A quirky page with an explanation of some compression methods (Huffman, Adaptive Huffman, LZW) as well as some instructive Java applets.
- Nelson, Mark. LZW Data Compression. Dr. Dobb's Journal, Oct 1989. A thorough page with more examples of LZW encoding and decoding.
- Data Compression Reference Center. This is beautifully organized and sharp looking website. It has colorful illustrations of various compression methods.