# zipzap **Repository Path**: thor/zipzap ## Basic Information - **Project Name**: zipzap - **Description**: PKU Information Theory Project - Compressor - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Nice LZW compressor Interface: Decoder: ./zz -e [-s 1024] infile outfile Encoder: ./zz -d [-s 1024] infile outfile Evaluate: ./zz -t // automatically compress and decompress all the files under "testSet" // evaluation data is stored in log.txt