Copyright (c) 2019, Thanasis Vergoulis (vergoulis@athenarc.gr)
This code provides an open source implementation of a generalised suffix tree. The code is written in C++ and the makefile is tailored to g++.
The code is provided under a GNU/GPL license.
To compile the code just type make
in the command line while you are in the main folder of the project.
The code contains a toy-example. After compiling you can run the toy-example just by typing ./ST_test.out
while you are in the main folder of the project.