This project contains some data structure like many sample of segment tree, fenwick tree and other types.
This project contains some code to compress with the Huffman coding and to decompress with.
This project contains some code to compress with the LZW coding and to decompress with.
This project contains Compressor software to compress in combining the Huffman and LZW coding and to decompress with.