CSCI 312 Davenport University Huffman Encoding Algorithm Compression Project
Description
DescriptionDesign and implement a program that will compress and uncompress an ASCII text fileusing the Huffman encoding algorithm of your own design. The use of third partycompression algorithms, APIs, or services is prohibited. The program must eitherfunction from the command line or provide a graphical user interface.
Deliverable
A single ZIP file that contains the following:• A single detailed design document including the methodology, data structures, filestructures, and algorithms used to design and code the program• A reproducible testing plan that encompasses the compress and decompressionoperations, the input data, and the steps used to validate the results• The source code• Detailed instructions on how to use the program