-
Notifications
You must be signed in to change notification settings - Fork 0
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.
KahlerYasla/lzw-compression
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
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.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published