Skip to content

12yuens2/adaptive-huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Huffman

This is an implementation of the adaptive huffman algorithm in Java.

To build the project, run ant in the Code directory.

ant

The AHuffman.jar should be now be built in the same directory. To run the .jar file, run the following command in the terminal:

java -jar AHuffman.jar [input file] [compressed output file] [decoded output file]

For example:

java -jar AHuffman.jar "texts/shakespeare.txt" "compressed.huffman" "decoded.huffman"

About

Adaptive Huffman implementation in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages