Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 616 Bytes

Huffman-Coding

Huffman compression and decompression using C++, project contain .cpp, .h,
sample data files on which compression and decompression perform file contain in the form of '0' and '1' form.

Issue: function of delete nodes not call due to some error, .cpp file contain delete node function but not called in program.

  • .8b are original data files.
  • .zif are compressed files.
  • _N.8b are decompressed file.

compression and decompression work properly. if find any error, correct error and git for all.
Thank U