huffmancoding

Description

An explanatory implementation of Huffman coding

Details

Source
GitHub
License
MIT
Created
Dec. 15, 2025
Updated
Jan. 7, 2026

README excerpt

# huffmancoding
An explanatory implementation of Huffman coding

## Installation

```st
Metacello new
	repository: 'github://girba/huffmancoding:main/src';
	baseline: 'HuffmanCoding';
	load.
#BaselineOfHuffmanCoding asClass loadLepiter
```
← Back to results