Skip to content

HueCodes/Compression-Algo-Huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Compression Algorithm - C++ Implementation

A C++ implementation of the Huffman coding algorithm for lossless data compression.

Project Structure

Huffman-Cpp/
├── include/          # Header files
├── src/              # Source files
├── tests/            # Unit tests
├── build/            # Build directory (generated)
└── CMakeLists.txt    # CMake build configuration

Building the Project

mkdir -p build
cd build
cmake ..
make

Usage

./huffman [options] <input_file>

Features

  • Huffman tree construction
  • Encoding/compression
  • Decoding/decompression
  • File I/O support

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published