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

  1. The LZSS program implements a turbo pascal wrapper I've placed around a
  2. very nice (and fast) implementation of the LZ77 algorithm submitted to the
  3. DR DOBBS compression contest a few years back by Andy Tam.
  4.  
  5. The algorithm is implemented in the context of a stand-alone file
  6. compression utility, which can be used to compress/decompress files
  7. one at a time.
  8.  
  9. It should be noted that the plain LZ77 algorithm is unpatented, so using
  10. this code in a commercial application should be OK.
  11.  
  12. Douglas P. Webb
  13. dwebb@binkley.cs.mcgill.ca
  14.  
  15.