-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Write a python code to find the LCS (Longest Common subsequence) of two input strings using dynamic programming approach.
Guidelines:
- Write the codes in python only.
- Refrain from any unfair means or plagiarism.
- The code should display authenticity.
- Use proper formatting and comments.
- Please include the driver code for your code.
Click here: https://en.wikipedia.org/wiki/Subsequence to read about subsequence.