Introduction - If you have any usage issues, please Google them yourself
Basic requirements of the priority queue: the method of Huffman tree expansion, to achieve the following functions: 1) keyboard input a string, the frequency statistics for each character 2) the output of the Huffman code for each character 3) calculate and improve the requirements WPL : change the keyboard input to read the file (any type)