Skip to content

Implement the Huffman encoding of English characters using a priority queue and hash map

Notifications You must be signed in to change notification settings

athenamelia/HuffmanEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuffmanEncoder

Amelia Tran @ Summer 2019

  • Implement the Huffman encoding of English characters, using priority queue and hashmap.
  • The program will read and compress an input text file inputFileName, based on the Huffman encoding produced using the input text file encodingFileName, and output the compressed file in outputFileName. The method will output the outcome of its execution. The output file contains the characters “0” and “1”.

About

Implement the Huffman encoding of English characters using a priority queue and hash map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages