/algorithms

Implementations of some algorithms in python

Primary LanguagePython

HuffmanCode:

TODO:

  • [] Encode huffmantree with code. Look at DEFLATE compression specification: https://www.ietf.org/rfc/rfc1951.txt
  • [] Enable compression of arbitrary byte data (alphabet size 256), not just strings.