Skip to content

n12g/Huffman-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a coding challenge from Coding Challenges by John Crickett.

This is an implementation of Huffman Coding from (almost) scratch.

I have used DFS to create the Huffman codes once the tree has been create. Also I used simple tree traversal to traverse through the tree.

Special thanks to the creator of this repo as it helped me to read and write binary to files.

About

Coding Challenge #1: Build your text compression usign Huffman Codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages