I created Huffman.java and HuffmanDemo.java to use a binary tree and pair object to encode and decode Pokemon.txt. This project was created in my Data Structures and Algorithms class with code provided by my Professor Srinivas Sampalli.
Instructions for interacting with HuffmanDemo.java:
- enter "Pokemon.txt" as the file to encode
- enter "Encoded.txt" as the file to decode
- enter "Huffman.txt" as the file containing Huffman codes