Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
/ huffman Public archive

Huffman compressor/decompressor

License

Notifications You must be signed in to change notification settings

lucasbuschlinger/huffman

Repository files navigation

Huffman Encoder & Decoder

This repository contains an encoder & decoder for files using the Huffman method.

To Run

  • Use the included makefile
  • Run ./huffman
  • See ./huffman -h for help

Contributions

I developed this code as part of a course at TalTech University and I assume it is not optimal. Therefore, feel free to suggest changes, clone, fork, or do whatever you want with the code.