Programming Homework Help

CSCI 312 Davenport University Huffman Encoding Algorithm Program

Get Your Custom Essay Written From Scratch
We have worked on a similar problem. If you need help click order now button and submit your assignment instructions.
Just from $13/Page
Order Now

I need help with the detailed instructions in bold below. I have attached the visual studio program code in word documents, it was the only I could get them to attach correctly. I need all of the questions below Deliverable answered for a multiple part project.


Design and implement a program that will compress and uncompress an ASCII text file
using the Huffman encoding algorithm of your own design. The use of third party
compression algorithms, APIs, or services is prohibited. The program must either
function from the command line or provide a graphical user interface.)
Please answer the question in bold that is listed below.


Deliverable

A single ZIP file that contains the following:
• A single detailed design document including the methodology, data structures, file
structures, and algorithms used to design and code the program
• A reproducible testing plan that encompasses the compress and decompression
operations, the input data, and the steps used to validate the results
• The source code
Detailed instructions on how to use the program