A SIMPLE TOOL FOR IMPLEMENTION AND CALCULATION OF HUFFMAN CODING AND OPTIMAL MERGE PATTERN

HUFFMAN CODING

Huffman coding is a technique of compressing data to minimize the size of the data without losing details.

OPTIMAL MERGE PATTERN

The technique by which minimum computations are required to merge two or more files into a single sorted file is known as Optimal merge pattern.