An open API service indexing awesome lists of open source software.

https://github.com/nomeyho/huffman

Interactive Huffman encoding tree
https://github.com/nomeyho/huffman

d3 encoding huffman javascript svelte tree

Last synced: 3 months ago
JSON representation

Interactive Huffman encoding tree

Awesome Lists containing this project

README

        

# Huffman encoding
> Interactive Huffman encoding tree

[https://nomeyho.github.io/huffman/public](https://nomeyho.github.io/huffman/public)

## Development
```bash
npm run dev
```

## Build
To create an optimised version of the app under `/public`:

```bash
npm run build
```

To serve the optimised version of the app:
```bash
npm run start
```