Are there good applications (software) that perform dictionary based compression algorithm (LZ77 and LZW). And it is better if the application show: Compression ratio, Compression and decompression Time. I want to apply the compression in the text file and see the changes of file’s content after compressing.
Thanks