Huffman Zipper  v-1.0
Data Compression and Decompression using Greedy Huffman Algorithm
src Directory Reference

Files

file  BinNode.cpp [code]
 
file  BinNode.h [code]
 
file  Compressor.cpp [code]
 
file  Compressor.h [code]
 
file  Constants.h [code]
 This file exports the constants used in throughout the project.
 
file  Decompressor.cpp [code]
 
file  Decompressor.h [code]
 
file  HashCode.cpp [code]
 This file exports the definitions of hash code functions used in class HashMap.
 
file  HashCode.h [code]
 This file contains prototype for the hashCode functions used in class HashMap.
 
file  HashMap.h [code]
 
file  MinHeap.h [code]
 
file  PriorityQueue.h [code]
 
file  Queue.h [code]