Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

3. Build your own compression tool:

Description

Command like tool for compressing text files using Huffman encoding. Basic solution that answers all the steps as outlined in the project requirements.

Usage:

Initialize the project with npm link

Compress text file

>ccencode <inputFile> <outputFile>

Decompress encoded file

>ccdecode <inputFile> <outputFile>