Skip to content

The Huffman Algorithms folder contains implementations of the Huffman compression and decompression algorithms. Huffman compression is a widely used lossless data compression technique that reduces the size of files by assigning variable-length codes to different characters based on their frequencies.

Notifications You must be signed in to change notification settings

jakuzek/Huffman-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Huffman-algorithms

The Huffman Algorithms folder contains implementations of the Huffman compression and decompression algorithms. Huffman compression is a widely used lossless data compression technique that reduces the size of files by assigning variable-length codes to different characters based on their frequencies.

Programs:

  • Huffman Compression
    This code performs a compression operation on a given text file.

Huffman decompression in the future...

About

The Huffman Algorithms folder contains implementations of the Huffman compression and decompression algorithms. Huffman compression is a widely used lossless data compression technique that reduces the size of files by assigning variable-length codes to different characters based on their frequencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages