Skip to content

FefeProgrammer2001/Huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Coding

Huffman code implementation

This code is a Huffman implementation in C++ and Haskell, which uses Binary Tree to count characters frequency (frequency map), to get a shortes code. This kind of algorithm is used in file compress process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published