Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 434 Bytes

encoding-algorithms

This is a set of the Shennon-Fano, Elias gamma, Huffman and Unary encoding algorithms written in functional JS

Installation

$ sudo npm install -g encoding-algorithms

Usage

  • Shennon-Fano: shennon-fano-coding
  • Elias Gamma: elias-gamma-coding
  • Huffman: huffman-coding
  • Unary: unary-coding

Project Status

Project completed

License

This project is licensed under the MIT License