Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 481 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 481 Bytes

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...