Skip to content

tylerkeyes/compression-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compression Tool

A go implementation of a compression tool, using Huffman Encoding/Decoding.

Usage

Compress a file: go run compression.go -c input.txt

Specify the name of the compressed file: go run compression.go -c -d input.zip input.txt If the name of the compressed file is not specified, the name will be in the form: .zip

Decompress a file: go run compression.go -x input.zip

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages