Hi I creating a code encodes and decodes a text file using Huffman coding. I was able to successfully code it but I am not able to decode it correctly since apparently the program keeps reading the same lines and doesn't create any end of line. Here is my code I could appreciate some help.