An open API service indexing awesome lists of open source software.

https://github.com/tomarakanksha/lcs-algorithm

Implementation of Longest Common Subsequence Algorithm using Dynamic Programming.
https://github.com/tomarakanksha/lcs-algorithm

Last synced: 2 months ago
JSON representation

Implementation of Longest Common Subsequence Algorithm using Dynamic Programming.

Awesome Lists containing this project

README

        

# This project implements Longest Common Subsequence using Dynamic Programming approach

# How to run this project from Command Line:

## Prerequisites
* This project is implemented in Python 3.10.6
* This project reads the input from file 'LCS1.txt'

##
1. Go to the project folder and run the following command to run the project
```
python LCS_DP_CB.py
```