Data Compression project applied to Information Security.
-
Updated
Jan 15, 2025 - HTML
Data Compression project applied to Information Security.
compression tool: C++ program that implements LZW compression using a hashtable data structure. It takes an input file and compresses the data into a smaller size, then writes the compressed data to an output file. The program also includes a method for rehashing the hashtable when the load factor exceeds a certain threshold.
LZW encoding and decoding texts in python
Add a description, image, and links to the lzw topic page so that developers can more easily learn about it.
To associate your repository with the lzw topic, visit your repo's landing page and select "manage topics."