My Project
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
 
Code.h
Defines a stack-based structure to hold bits for Huffman codes
 
decoder_main.cpp
Command-line utility for decompressing Huffman encoded files
 
defines.h
Contains global constants and macros used throughout the Huffman project
 
encoder_main.cpp
Command-line utility for compressing files using Huffman encoding
 
Huffman.h
Core logic for the Huffman compression and decompression algorithms
 
Node.h
Defines the structure of a Huffman tree node