···77A simple priority queue, which is used in the huffman encoder.
8899### dictionaryMaker
1010-.Creates a dictionary of terms. Terms can be added from a single file, all files with a certain extension in the folder, or all files in the folder.
1111-.Terms can also be added manually.
1010+* Creates a dictionary of terms. Terms can be added from a single file, all files with a certain extension in the folder, or all files in the folder.
1111+* Terms can also be added manually.
1212