https://github.com/athemathmo/huffmancodegeneration
Simple java applet for huffman code generation
https://github.com/athemathmo/huffmancodegeneration
Last synced: 5 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T19:51:39.000Z (over 9 years ago)
- Last Synced: 2025-01-07T22:41:00.606Z (6 months ago)
- Language: Java
- Homepage: http://www.sleepycoding.co.uk/?page_id=125
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- 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.