pav-alekseev / encoding-algorithms

πŸ”’ Set of Shennon-Fano, Elias gamma, Huffman and Unary encoding algorithms written in functional JS

Repository from Github https://github.compav-alekseev/encoding-algorithmsRepository from Github https://github.compav-alekseev/encoding-algorithms

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

About

πŸ”’ Set of Shennon-Fano, Elias gamma, Huffman and Unary encoding algorithms written in functional JS

License:MIT License


Languages

Language:JavaScript 100.0%