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

https://github.com/slowlydev/huffman-typescript

A small typescript node project that uses the Huffman compression algorithm.
https://github.com/slowlydev/huffman-typescript

huffman node-js typescript

Last synced: 12 months ago
JSON representation

A small typescript node project that uses the Huffman compression algorithm.

Awesome Lists containing this project

README

          

# huffman-typescript

## description

A small project that uses the huffman algoritmus to compress a txt file.

## usage

install dependencies

```bash
yarn
```

run script

```bash
yarn start
```

compile to javascript

```bash
yarn compile
```