Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 402 Bytes

README.MD

File metadata and controls

6 lines (5 loc) · 402 Bytes

Compressing Collections of Similar Strings using Locality-Sensitive Hashing

Project Structure

The main code and the tests can be found in the folders "src/main/java/" and "src/test/java/" respectively.

The main code for the strings-compressing data structure can be found in CompressedStringList.java. Additionally, the file Main.java contains an example of its use.