Skip to content

DidSomeoneSayBoba/LZW_Compression

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZW_Compression

This code encodes the data into a binary file and writes in the amount of bits based off of the dictionary's size. (i.e. 9 bits for a >256 entry dictionary, 10 bits for a >512 entry dictionary, etc.)

Methods are NOT commented, so what each one does should be listed here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%