compression_lib

This repo contains code for huddman coding. We tried to implement every datastructure. Implemented Min Heap(to be used as a priority queue) and a Huffman tree for generagting codes. We also used an array as a hash map.