Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 469 Bytes

File metadata and controls

12 lines (9 loc) · 469 Bytes

Huffman-Coding

  • Huffman Coding is a technique of compressing data to reduce its size without losing any of the details.
  • It is generally useful to compress the data in which there are frequently occuring characters.

Benefits

  • Minimum number of bits for data representatio, because of that storage utilization is efficient.
  • Transmission Time is low.

How to run

  • Fork, Clone or Download the repository in your system.
  • Run the .cpp file in your IDE 😊.