Introduction - If you have any usage issues, please Google them yourself
VC realize the program with a small file compression and decompression functions, systems use the static binary tree, hash table, such as data structure, the use of Huffman coding for compression and decompression.
Packet : 31767683compressor.zip filelist
BinaryTree.h
BinTreeNode.h
chNode.h
Frequent.cpp
Frequent.h
HashTable.h
LinkedList.h
ListNode.h
main.cpp
MinHeap.h
Seqlist.h
WordCompressor.h