Skip to content

mxcoras/Huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Encode and Decode

A huffman encode and decode program implemented in C++.

Requirements

  • GNU g++, make
  • CMake version 3.0 or higher

Build

Do the following commands:

$mkdir build && cd build
$cmake ../ -DCMAKE_BUILD_TYPE=Release
#if you'd like to debug this program,please set TYPE as "Debug"
$make

Run

$comp <filename> <compressed file name> #to compress file
$extr <filename> <extracted file name> #to extract file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published