home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c019 / 5.ddi / VITTER.ZIP / VITTER.TXT < prev   
Encoding:
Text File  |  1993-05-08  |  514 b   |  15 lines

  1. This is a implementation of the dynamic Huffman coding algorithm presented
  2. by Jeffrey Scott Vitter in ACM Transactions on Mathematical Software,
  3. Vol, 15, June 1989, p 158, and described in Journal of the ACM, Vol. 34,
  4. October 1987, p 825.
  5.  
  6. The algorithm is implemented in the context of a stand-alone file
  7. compression utility, which can be used to compress/decompress files
  8. one at a time. This program serves only to illustrate the use of
  9. the algorithm.
  10.  
  11.  
  12. Douglas P. Webb
  13. dwebb@binkley.cs.mcgill.ca
  14.  
  15.