Skip to content

JohnCosta27/Huffmanz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffmanz

A simple utility that uses Huffman Encoding to compress ASCII files.

Usage

You can compile the program using:

zig build-exe main.zig

Encoding

To encode a text file you can run the following command:

./main encode file_path output_path

Encoding

To decode an encoded file, you can use the following command:

./main decode encoded_path output_path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages