Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/athemathmo/huffmancodegeneration

Simple java applet for huffman code generation
https://github.com/athemathmo/huffmancodegeneration

Last synced: 3 days ago
JSON representation

Simple java applet for huffman code generation

Awesome Lists containing this project

README

        

# Huffman Code Generation

_This is an old project which I am no longer working on._

This is a simple java applet which allows huffman code generation.

You input a piece of sample text to be encoded, as well as the base for your encoded alphabet (2 for binary, 3 for ternary, etc.). The program evaluates the input string and returns an optimal encoding for the input text.

---

This work was constructed as an introduction to Huffman Codes following my Coding and Cryptography course at the University of Cambridge.