Skip to content

kleranscoding/HuffmanCoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Huffman Coding

A Simple Huffman Encoding / Decoding Implementation for Text files

program is invoked as such:

  • java HuffmanCode [c|d] [input] [output] [code]
  • where 'c'= compression, 'd'= decompression

Note:

  • constructed self-defined Heap and PriorityQueue classes
  • constructed HuffmanNode class for building / reconstructing the Huffman Tree

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages