Skip to content
#

huffman-tree

Here are 204 public repositories matching this topic...

This project implements Huffman Tree Compressor and Decompressor which is a lossless data compression algorithm using C language. The project aims to not use any includes other than <stdlib.h>, <stdio.h> and implements all the necessery data structures as well because main aim is to practice data structures on a relatively lower level language.

  • Updated May 29, 2025
  • C

Improve this page

Add a description, image, and links to the huffman-tree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more