Skip to content

Nomeyho/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman encoding

Interactive Huffman encoding tree

https://nomeyho.github.io/huffman/public

Development

npm run dev

Build

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

npm run build

To serve the optimised version of the app:

npm run start