Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Huffman Encoding (C)

Description

Implementation of Huffman Encoding and Decoding using C. Uses greedy algorithm with binary tree construction based on character frequencies.

Features

  • Builds Huffman Tree dynamically
  • Generates prefix codes
  • Encodes input data
  • Decodes encoded data

Concepts Used

  • Data Structures (Trees, Linked Lists)
  • Greedy Algorithms
  • Memory Management in C

Status

Completed (Basic Implementation)

About

Huffman encoding and decoding implementation in C using linked lists and binary trees.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages