Skip to content

thanbimp/huffman_enc_dec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collaborators:

  • @Bleemoose

Huffman encoder and decoder

This project was made in maven and its goal is to use the huffman algorithm to compress/decompress ascii files. The whole project was finished in around 4 months and its final grade was : 9.5

To encode a file run the following:

java -cp .\target\datastructuresassignment-1.0-SNAPSHOT.jar hua.org.datastructuresassignment.Encoder input.txt output.huf

To decode a file run the following:

java -cp .\target\datastructuresassignment-1.0-SNAPSHOT.jar hua.org.datastructuresassignment.Decoder input.huf output.txt

About

Created as an assignement for the Data Structures class at Harokopio University of Athens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages