grossvogel / huffman-coding-php

A toy implementation of a Huffman Coding in PHP
4 stars 4 forks source link

Huffman Coding

A toy implementation of a Huffman Coding for encoding plain text using PHP. Just for fun.