DocumentCode :
162572
Title :
Behavioral Study of Data Structures on Lempel Ziv Welch (LZW) Data Compression Algorithm and ITS Computational Complexity
Author :
Nishad, P.M. ; Chezian, R. Manika
Author_Institution :
Dept. of Comput. Sci., NGM Coll., Pollachi, India
fYear :
2014
fDate :
6-7 March 2014
Firstpage :
268
Lastpage :
274
Abstract :
LZW (Lempel Ziv Welch) compression is the first widely used universal data compression method on computers. After the invention of LZW there are lots of improvements and enhancement done on LZW in order to improve the compression ratio and reduce the computational complexity. LZW is very effective on the files containing lots of repetitive data especially for text and monochrome images. The LZW algorithm uses dictionary while decoding and encoding. The computational and space complexity of LZW data compression algorithm is purely depends on the effective implementation of data structure. A space efficient implementation of dictionary with data structure is most important. The data structure implementation must give better performance on the following operation: insertion of new pattern to the dictionary, searching of a given pattern and returning the matching code word if it is present in the dictionary as a phrase. This paper analyses a number of data structures commonly employed in the LZW dictionary based compression and decompression.
Keywords :
computational complexity; data compression; data structures; LZW data compression algorithm; Lempel Ziv Welch data compression algorithm; computational complexity; data structures; monochrome images; text images; Algorithm design and analysis; Arrays; Compression algorithms; Data compression; Dictionaries; LZW; compression; computational; data structure; decompression; monochrome; space complexity;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Intelligent Computing Applications (ICICA), 2014 International Conference on
Conference_Location :
Coimbatore
Type :
conf
DOI :
10.1109/ICICA.2014.64
Filename :
6965054
Link To Document :
بازگشت