Skip to content

Huffman coding implementation in Java.

Notifications You must be signed in to change notification settings

mbloom23/huffman201

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

huffman201

This project implements Huffman coding for lossless file compression. The binary tree is built out of HuffNode classes and then used to write the compressed file. Methods are included in the HuffProcessor class to support compression and decompression, and the data folder in this repository contains example image and text files for testing.

About

Huffman coding implementation in Java.

Resources

Stars

Watchers

Forks

Languages