Skip to content
#

decompression

Here are 70 public repositories matching this topic...

It features a data compression system combining Huffman Coding and Run-Length Encoding (RLE) for efficient text compression. It uses a Min Heap-based Huffman Tree for optimal encoding and a Trie structure for fast decompression. The project includes performance analysis of time and space complexity, offering a memory-efficient solution.

  • Updated Jun 3, 2025
  • C

Add this topic to your repo

To associate your repository with the decompression topic, visit your repo's landing page and select "manage topics."

Learn more