/hufmann-encoding-example

An app that illustrates Huffman Encoding.

Primary LanguageJavaScriptMIT LicenseMIT

Huffman Encoding Example

This app illustrates Huffman Encoding. View the demo.

For developers

Requirements

This app uses npm with the browserify plugin. This requires you to have nodejs installed on your system.

Install dependencies

The module is self contained. You can install the dependencies using:

npm install

Building the code

The build process will copy src/index.html to dist/index.html, and recreate dist/bundle.js from the Javascript source files using browserify. To build the code run:

npm run build

License

This code is released under the MIT License