Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 286 Bytes

File metadata and controls

4 lines (3 loc) · 286 Bytes

Huffman-Coding---Java--

Huffman coding is an entropy encoding algorithm used for lossless data compression. It has been implemented as full GUI form based using Priority Queues and Doubly Linked List with Binary Trees. Compression Ratio is average around 27%.