bonmas14 / huffman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman codes

Build

sudo apt-get install git cmake -y
git clone https://github.com/bonmas14/huffman.git
cd huffman
mkdir build && cd build
cmake ../
make

About

License:MIT License


Languages

Language:C 86.0%Language:CMake 14.0%