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.
- Host: GitHub
- URL: https://github.com/tomarakanksha/lcs-algorithm
- Owner: tomarakanksha
- Created: 2023-01-27T23:00:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T23:03:29.000Z (over 2 years ago)
- Last Synced: 2025-02-05T07:23:38.420Z (4 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```