Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman_Coding

Huffman Coding is a data compression algorithm implemented in C. It uses binary trees and priority queues to generate variable-length prefix codes for characters based on their frequencies, minimizing storage. The project demonstrates efficient encoding and decoding, showing practical use of data structures in compression.

About

Huffman Coding is a data compression algorithm implemented in C. It uses binary trees and priority queues to generate variable-length prefix codes for characters based on their frequencies, minimizing storage. The project demonstrates efficient encoding and decoding, showing practical use of data structures in compression.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages