Introduction - If you have any usage issues, please Google them yourself
This a java program that contains compression and decompression using dynamic dictionary method. There are two dictionary update method: First Character and Current Match, and two deletion method: FREEZE and RESTART.