Description: Own realization of the LZW compression, can handle text, images, audio and so on, efficiency is limited
by the LZW compression algorithm
To Search:
- [HFM] - Huffman encoder, Huffman encoding, throu
- [arithmeticforgif] - gif format image compression algorithm.
File list (Check if you may need any files):
LZW Contract\Hash Table Pack.cpp
............\Hash Table Pack.h
............\Hash Table Unpack.cpp
............\Hash Table Unpack.h
............\LZW Contract.cpp
............\LZW Contract.h
............\LZW Main.cpp
............\LZW Pack.cpp
............\LZW Unpack.cpp
............\Stack.cpp
............\Stack.h
LZW Contract