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.
- Host: GitHub
- URL: https://github.com/slowlydev/huffman-typescript
- Owner: slowlydev
- Archived: true
- Created: 2022-03-21T13:36:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T18:27:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T10:51:56.408Z (about 1 year ago)
- Topics: huffman, node-js, typescript
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```