Skip to content

GavinJiacheng/Huffman_Coding_Algorithm

Repository files navigation

Huffman Coding Algorithm

This is a Huffman's tree algorithm. It can compress files use huffmans tree algorithm.
Please type "./huff -c source.txt compressedSource.huff" to compress.
type "./huff -d compressedSource.huff source.txt" to decompress.

About

A simple compression algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published