See: lib/src/main/kotlin/.../index/suffixtree/SuffixTree.kt
See: app/src/main/kotlin/.../Main.kt
./gradlew :lib:testruns the unit tests for the library, which includes fuzz tests (<10s run time on my machine)../gradlew :lib:performanceTestruns some performance tests for the library, although these depend on having the input data cloned, using the scriptscripts/fetch-performance-test-data.sh. If the data isn't there, the tests will be skipped.