Skip to content
Snippets Groups Projects
Commit f335d00f authored by anugu2's avatar anugu2
Browse files

adding my test cases

parent 0ceb2cef
No related branches found
No related tags found
No related merge requests found
'''
Created on Feb 26, 2021
@author: Ari Anugu
'''
from geeksforgeeks.algorithm import lcs
print("Length of LCS #1 is ", lcs("AGGTAB", "GXTXAYB"))
print("Length of LCS #2 is ", lcs("ABCDGH", "AEDFHR"))
print("Length of LCS #3 is ", lcs("AEFCDB", "AGCDBR"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment