Undergaduation project on compression algorithms for the Algorithms and Data Structures III (AEDSIII) course in Unimontes. Three compression algorithms are implemented in C++:
- LZ78
- Huffman Tree
- Bit Map
- Bit Map + Huffman Tree
- Bit Map + Huffman Tree + LZ78
To compile the project, use
mingw32-make Makefile all
Note: this runs on Windows with mingw-32 installed.
- Create a Makefile for linux
- Use arguments instead of inside menu