Skip to content

An inefficient C implementation of Huffman coding. Written near-obsessively over the course of a few days.

License

Notifications You must be signed in to change notification settings

sphippen/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman

An inefficient C implementation of Huffman coding.
One day I wondered if I could still remember how Huffman coding worked since implementing it a long time ago in a data structures course.
I then answered this question by spending all of my free time over the course of a few days writing this code.
Turns out, I can.
But it's not very fast or useful.
Oh well.

Visual Studio 2010.
zlib/libpng license.

About

An inefficient C implementation of Huffman coding. Written near-obsessively over the course of a few days.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages