Skip to content

varunu28/JCompress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JCompress

A text compression command line tool using Huffman tree

How to build?

./gradlew shadowJar
alias jcompress='java -jar build/libs/jcompress-shadow.jar'

How to run?

// Encoding
jcompress --encode -i data.txt -o encoded_data.txt -h header.txt

// Decoding
jcompress --decode -i encoded_data.txt -o decoded_output.txt -h header.txt

// Verify
diff decoded_output.txt data.txt // Empty result

About

A text compression command line tool using Huffman tree 🌳

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages