A program to encode/decode and compress/decompress an input string using Adaptive Huffman Coding Algorithm (vectors used).
- C++
- It will ask you to enter the input text.
- After the input press
Enter
. - You will get it's encode/decoded form.
- Paste the
AdaptiveHuffman.h
andNode.h
file in your desired directory. - Import and use the header with following code :-
@SKR301- Saurav Kumar