compression tool: C++ program that implements LZW compression using a hashtable data structure. It takes an input file and compresses the data into a smaller size, then writes the compressed data to ...
This project is a simple implementation of LZW and Huffman compression. It is written in Java. You can startup and test the program via executing the classes "huffmanStartup" and "lzwStartup" ...