Skip to content

Using a minimum heap data structure, I calculated the frequencies of characters in a text file and made distinct huffman encodings for each of the characters to minimize the bit representation of the text file. (C++)

Notifications You must be signed in to change notification settings

gregmadar/Text-File-Compression-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-File-Compression-Program

About

Using a minimum heap data structure, I calculated the frequencies of characters in a text file and made distinct huffman encodings for each of the characters to minimize the bit representation of the text file. (C++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages