Skip to content

An old school program that generates huffman codes of an arbitrary radix.

License

Notifications You must be signed in to change notification settings

derekdickinson/any-radix-huffman

Repository files navigation

Any Radix Huffman code generator

This is an old school project. Just posted it on the off chance that someone might want to use it as an example.

It contains three programs that are almost identical:

huffbin: A program to create standard binary huffman codes. hufftern: A program to create ternary huffman codes. huffgen: A program to create huffman codes of an arbritrary radix.

This was done on DOS Borland C but should be easy to convert.

A full writeup is here

About

An old school program that generates huffman codes of an arbitrary radix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages