Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 347 Bytes

Huffman-Encoding-Huffman-Trees

Main: Huffman.java

Usage: java Huffman (-c/-u) <-v> <-f> (input file name/path) (output file name/path)

This project uses Huffman compression to compress any given file using an encoding based on character frequency. Completed as of 2/27/2016

Language: Java TODO: Divide main into more classes such as Heap