Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/athemathmo/huffmancodegeneration
- Owner: AtheMathmo
- Created: 2015-11-25T19:29:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T19:51:39.000Z (almost 9 years ago)
- Last Synced: 2023-04-10T18:27:07.548Z (over 1 year ago)
- Language: Java
- Homepage: http://www.sleepycoding.co.uk/?page_id=125
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.