Implementation of Compression and Decompression using LZW Algorithm
Resumen
Many compression techniques are used to minimize the amount of memory that is to be used to store the data. One such compression technique is by using LZW algorithm. The purpose of this is to present a data compression and decompression software to reduce the amount of memory used for storing data. By using data compression, stream of symbols is transformed into codes. For effective compression, the resultant stream of codes will be smaller than the original symbol. LZW is a "dictionary"-based compression algorithm. Here, to encode a substring, only a single code number is used, corresponding to the substring's index in the dictionary, which will be written to the output file. LZW algorithm finds its application in data compression and performs best on files with repeated substrings, such as text files. Keywords LZW, compression, decompression, index, stringPublicado
Número
Sección
Licencia
Declaration and Copyright Transfer Form
(to be completed by authors)
I/ We, the undersigned author(s) of the manuscript entitled ‘______________’, hereby declare, that the above manuscript which is submitted for publication in the Journal, is not published already in part or whole (except in the form of abstract) in any journal or magazine for private or public circulation, and, is not under consideration of publication elsewhere.
I/ We have read the final version of the manuscript and am/ are responsible for the thought contents embodied in it. The work dealt in the manuscript is my/ our own, and my/ our individual contribution to this work is significant enough to qualify for authorship. We also agree to the authorship of the article in the following order:
Author’s name Signature (s)
1. ________________
2. ________________
3. ________________
4. ________________