Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 454 Bytes

File metadata and controls

19 lines (13 loc) · 454 Bytes

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