An open API service indexing awesome lists of open source software.

https://github.com/kahlery/lzw-compression

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.
https://github.com/kahlery/lzw-compression

compression cpp decompression fileio hashtable lzw lzw-compression

Last synced: 11 months ago
JSON representation

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.

Awesome Lists containing this project