/huffman-elixir

An Elixir library to generate, parse and work with Huffman encodings easily.

Primary LanguageElixir

Huffman

Originally written to help with a research paper for the Network Technologies for Multimedia Applications course at the University of Vienna in the Winter Semester of 2021.

TODO: Add description

Installation

If available in Hex, the package can be installed by adding huffman to your list of dependencies in mix.exs:

def deps do
  [
    {:huffman, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/huffman.