Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 109 Bytes

File metadata and controls

2 lines (2 loc) · 109 Bytes

HuffmanCodes-Java

Implementation of the Hufmman codification with java, using a minHeap and a binary tree.