Description: This is the LZW module which implements a more powerful version of the algorithm. This version of the program has three major improvements over LZW12.C. First, it expands the maximum code size to 15 bits. Second, it starts encoding with 9 bit codes, workingits way up in bit size only as necessary. Finally, it flushes thedictionary when done.
- [calgary] - Best algorithm for LZW ..C language
File list (Check if you may need any files):
LZW15V_C.txt