Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.23 KB

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