Skip to content

Super simple implementation of the Huffman algorithm in TyoeScript

Notifications You must be signed in to change notification settings

talentlessguy/huffman-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huffman-deno

Super simple implementation of the Huffman algorithm in TypeScript.

Requirements

Deno 1.25+

Example

import { Huffman } from 'https://denopkg.com/talentlessguy/huffman/index.ts'

const h = new Huffman()

const encoded = h.encode('Hello World')

const decoded = h.decode(encoded)

About

Super simple implementation of the Huffman algorithm in TyoeScript

Topics

Resources

Stars

Watchers

Forks