No description
| .gitignore | ||
| huffman.c | ||
| huffman.h | ||
| LICENSE | ||
| main.c | ||
| Makefile | ||
| README.md | ||
README
== Huffman-Coding-C ==
Creator : Micah Halter
Version 1.00 22 May 2015
Requires: C-Compiler (Make file built for clang-3.5 or gcc)
====================================================================== I. Description
Compiling:
- ~$ make
Running:
- Compress: ~$ ./huffman inputFile outputFile.huff
- Decompress: ~$ ./huffman inputFile.huff outputFile
This is a C implementation of the Huffman coding compression algorithm for my Data Structures I class.
II. Included
- README.md
- LICENSE
- Makefile
- huffman.h
- huffman.c
- main.c
====================================================================== Contact
Question, Comments, and Bugs at: