No description
Find a file
2023-04-29 00:37:05 -04:00
.gitignore remove files from sync 2015-05-22 11:44:22 -04:00
huffman.c Format with standard clangd 2023-04-29 00:37:05 -04:00
huffman.h Format with standard clangd 2023-04-29 00:37:05 -04:00
LICENSE Update LICENSE 2023-04-29 00:37:04 -04:00
main.c Format with standard clangd 2023-04-29 00:37:05 -04:00
Makefile initial commit 2015-05-22 11:34:58 -04:00
README.md Format with standard clangd 2023-04-29 00:37:05 -04:00


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:

  1. ~$ make

Running:

  1. Compress: ~$ ./huffman inputFile outputFile.huff
  2. 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: