/Adaptive-Huffman-Coding

A program to encode an input string using Adaptive Huffman Coding Algorithm

Primary LanguageC++

Adaptive-Huffman-Coding

A program to encode/decode and compress/decompress an input string using Adaptive Huffman Coding Algorithm (vectors used).

Table of Content

Technologies

  • C++

Working

The cpp files:-

  • It will ask you to enter the input text.
  • After the input press Enter.
  • You will get it's encode/decoded form.

Encoding

Encoding

Decoding

Decoding



The header files:-

  • Paste the AdaptiveHuffman.h and Node.h file in your desired directory.
  • Import and use the header with following code :-

include the header

image

use the header

image

Contributors

@SKR301- Saurav Kumar