Skip to content

jatchison40/huffman-coding

Repository files navigation

Huffman coding

Choose one of the 3 files to run: 1. huffman_lookup_table.c 2. huffman_tree_array_traversal.c 3. huffman_tree_traversal.c

-----------------------------------Example command sequence-----------------------------------

To Run:

  • gcc huffman_lookup_table.c -o huffman_lookup_table
  • ./huffman_lookup_table input_filename.txt encoded.txt

The code will always decode to a file named 'decode.txt'

created by Jordan Atchison Baraa Daoud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages