Skip to content

lorenzcompagnucci/LongestCommonSubsequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LONGEST COMMON SUBSEQUENCE

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.

BUILD

In order to build the project follow the next steps:

  • cd to src;
  • write on terminal "cmake build";
  • write on terminal "make".

RUN

In order to run the project:

  • build the project;
  • cd to src;
  • write on terminal "./LCS" and follow the istructions.

TEST

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published