Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages