Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 599 Bytes

File metadata and controls

19 lines (14 loc) · 599 Bytes

Huffman-Coding

Huffman Compression & Decompression, with low level linux system calls for i/o reads and writes Completed as my final assignment for the Computer Systems/C Programming course

Building

$ make $ make all

To Run

$ ./huff -i -o -i : file to be compressed -o : file to output compressed file

$ ./dehuff -i -o -i : file to be decompressed -o : file to output decompressed file

Future 13S students, please don't get any ideas of coming here...