Skip to content

This project implements a Huffman Encoder in C++ that compresses text by assigning variable-length binary codes to characters based on their frequencies. Huffman coding is a widely used lossless data compression algorithm.

Notifications You must be signed in to change notification settings

dj0303/Huffman-Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

This project implements a Huffman Encoder in C++ that compresses text by assigning variable-length binary codes to characters based on their frequencies. Huffman coding is a widely used lossless data compression algorithm.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages