Skip to content

skyfall17/Huffman_Coding_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encodes and Decodes characters in an inputted file.

The program takes a file as input, scans every character, and creates a hash table. It calculates the frequency of each character and builds a Huffman tree out of them from a set of smaller binary trees. The program allows for encoding and decoding of files using binary tree traversal.

About

Encodes and Decodes characters in a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages