Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 605 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 605 Bytes

GeSuTr - A library for GEneralised SUffix TRees

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.

Compiling

To compile the code just type make in the command line while you are in the main folder of the project.

Running

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.