Skip to content

osavinov/huffman_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Huffman encoder/decoder

Requirements

  • gcc
  • python3.7+ with pytest

Building

$ make huffman

Run tests

$ make test

Usage

$ ./huffman -c -f input.txt -o test.huf
$ ./huffman -d -f output.txt -o test.huf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published