HUFFMAN tree generator with min heap - > q1.cpp and node.h##LZW compression - > q2.cppCompile with make clean && make allHuffman :`./q1` LZW :`./q2`