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.
- Host: GitHub
- URL: https://github.com/kahlery/lzw-compression
- Owner: kahlery
- Created: 2023-01-09T20:14:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:22:25.000Z (over 3 years ago)
- Last Synced: 2025-05-19T14:54:20.931Z (about 1 year ago)
- Topics: compression, cpp, decompression, fileio, hashtable, lzw, lzw-compression
- Language: HTML
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files: