Skip to content

This program compresses a string of characters using Huffman's algorithm.

Notifications You must be signed in to change notification settings

Reda-BELHAJ/Huffmancoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Huffman Coding

In computer science and information theory, a Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. The process of finding or using such a code proceeds by means of Huffman coding ... WikiPedia