Skip to content

AnthonyC247/Huffman-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Huffman Compression & Decompression, with low level linux system calls for i/o reads and writes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published