amandp13 / Cool-Scripts-Python-Nerds

A collection of some cool python scripts.😍 Feel free to collaborate and add the best script you code.
https://github.com/amandp13/Cool-Scripts-Python-Nerds
GNU General Public License v3.0
67 stars 53 forks source link

Create Longest_Common_Subsequence.py #26

Closed SanvikaSinghania closed 3 years ago

SanvikaSinghania commented 3 years ago

Python Script for printing the longest common subsequence from 2 strings. This is in reference to issue #2 . To gain a better understanding of the problem, head over to https://www.tutorialspoint.com/design_and_analysis_of_algorithms/design_and_analysis_of_algorithms_longest_common_subsequence.htm

SanvikaSinghania commented 3 years ago

Can you please put it in a folder with the README.md file in it so that it would be clear what the script is all about?

Done

amandp13 commented 3 years ago

Can you please put it in a folder with the README.md file in it so that it would be clear what the script is all about?

Done Cool