This project was developed by @lorenzcompagnucci in the end of 2021 as an exam for the Bachelor's Degree in CS at University of Camerino. It is a C application that returns the longest common substring between two strings.
In order to build the project follow the next steps:
- cd to src;
- write on terminal "cmake build";
- write on terminal "make".
In order to run the project:
- build the project;
- cd to src;
- write on terminal "./LCS" and follow the istructions.