Skip to content

gardarjuto/Huffman-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman-Coding

This is a Java tool for compressing and decompressing text files in UTF-16 using Huffman Coding. It generates a binary file which can be decompressed into the original using the same tool.

Usage:

java -jar HuffmanCoding.jar [option] <input_file> <output_file>

Options:

  • [-e] Encode
  • [-d] Decode

About

Text file compression tool using Huffman Coding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages