$ ./HuffmanByWeiss.exe -t input.txt \10 appeared 1 times and has the encoding: 111010 \13 appeared 2 times and has the encoding: 11100 ' ' appeared 13 times and has the encoding: 10 'a' appeared 10 times and has the encoding: 00 'b' appeared 7 times and has the encoding: 110 'c' appeared 6 times and has the encoding: 010 'd' appeared 5 times and has the encoding: 1111 'e' appeared 4 times and has the encoding: 0111 'f' appeared 3 times and has the encoding: 0110 The encoding of the file is: 00110010111101110110100011001011110111011010001100101111011101101000110010111101 111000110010111110001100101000110100011100111010001010101010100011100 (A compression ratio of 36.5196)