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.