ericaddison / Algs_Term_Project

Term project for the UT Austin ECE course "Algorithmic Foundation for Software Systems"
0 stars 0 forks source link

Completed HuffmanEncoderStep #29

Closed jtautry closed 7 years ago

jtautry commented 7 years ago

I implemented the adaptive option just like the ByteBufferizer class. See the HuffmanCompressDemo under demo/audiocompression/algorithm/ for usage if needed. I also moved the huffman lib files into src/audiocompression/algorithm/huffman since they had been heavily modified.

ericaddison commented 7 years ago

cool beans. Merging.