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
- Host: GitHub
- URL: https://github.com/nomeyho/huffman
- Owner: Nomeyho
- Created: 2020-02-11T20:08:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T07:53:42.000Z (over 2 years ago)
- Last Synced: 2024-12-29T14:37:33.319Z (5 months ago)
- Topics: d3, encoding, huffman, javascript, svelte, tree
- Language: JavaScript
- Homepage: https://nomeyho.github.io/huffman/public
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```