Skip to content

01joy/HZip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HZip

The Huffman Compression Algorithm

compression command:

HZip.exe -c original_file_path compressed_file_path

extraction command:

HZip.exe -x compressed_file_path decompressed_file_path