Skip to content

to reconstruct/unzip a message archived with a binary-tree based algorithm. The program should ask for a single filename at the start: "Please enter filename to decode: ", decode the message in the file and print it out to the console.

Notifications You must be signed in to change notification settings

autrin/ArchivedMessageReconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ArchivedMessageReconstruction

To reconstruct/unzip a message archived with a binary-tree based algorithm. The program asks for a single filename at the start, decodes the message in the file and prints it out to the console. The name of the compressed message file will end in .arch, e.g. “monalisa.arch”. The file consists of two or three lines: the first one or two lines contain the encoding scheme, and the second or third line contains the archived message.

About

to reconstruct/unzip a message archived with a binary-tree based algorithm. The program should ask for a single filename at the start: "Please enter filename to decode: ", decode the message in the file and print it out to the console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages