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
$ make $ make all
$ ./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