Skip to content

Given a string sequence of characters, converts it into its corresponding binary, Huffman encoded string.

Notifications You must be signed in to change notification settings

ymercad0/Huffman-Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code

CIIC4020/ICOM4035: Data Structures - Fall 2021-2022

Yariel Mercado

Project 2 - Huffman Coding

To run this project:

  • Go to src/main/java/prj02/HuffmanCoding.java
  • Once there, look for the HuffmanEncodedResult method
  • Make sure the load_data method has as a parameter a valid input .txt file, stored in the inputData directory
  • Compile and Run the HuffmanCoding.java file
  • If you wish to see the full huffman tree generated, use the BinaryTreePrinter class provided.

About

Given a string sequence of characters, converts it into its corresponding binary, Huffman encoded string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages