[UVA][linked list] 245 - Uncompress
Uncompress
A simple scheme for creating a compressed version of a text file can be used
for files which contain no digit characters. The compression scheme requires
making a list of the words in the uncompressed file. When a non-alphabetic
character is encoun...