mireiagasco / HuffmanCodes-Java

Implementation of the Huffman codification with java, using a minHeap and a binary tree, for the Data Structures course (URV, 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HuffmanCodes-Java

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

About

Implementation of the Huffman codification with java, using a minHeap and a binary tree, for the Data Structures course (URV, 2021)


Languages

Language:Java 100.0%