- 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 theinputData
directory - Compile and Run the
HuffmanCoding.java
file - If you wish to see the full huffman tree generated, use the
BinaryTreePrinter
class provided.
-
Notifications
You must be signed in to change notification settings - Fork 0
ymercad0/Huffman-Encoder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published