Encoding/Decoding
Users can switch between the encoding mode and decoding mode by selecting "Encoding" or "Decoding".
Select Demo Inputs
The package provides a few input strings in a pop-up window.
Input and Sliding Window
This gives the current encoding/decoding status with the search buffer and look-ahead buffer. It also indicates the length of the match if there is a match.
Instructions
It has some instructions to explain about how the algorithm works.
Encoded Triples
It lists the compression output: the encoded triples.
Input String
It lists the input string and marks the character that is being processed.
Output String
It lists the compression output.
Instructions
It has some instructions to explain about how the algorithm works.
Dictionary
It shows the entire dictionary using in the algorithm.
Input String
It lists the input string and marks the character that is being processed.
Output String
It lists the compression output.
Instructions
It has some instructions to explain about how the algorithm works.
Dictionary
It shows the entire dictionary using in the algorithm.
Send comments and suggestions about LZ to khuri@mathcs.sjsu.edu or hsu0832@sundance.sjsu.edu