You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1. [Longest Common SubSequence Using Recursive approch](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Problem%20Statement/LongestCommonSubsequence.txt)|[Java Solution](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Longest%20Common%20Subsequence/LCS_Recurtion.java)|
37
37
| 2. [Longest Common SubSequence Using Top-Down approch](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Problem%20Statement/LongestCommonSubsequence.txt)|[Java Solution](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Longest%20Common%20Subsequence/LCS_Top_Down.java)|
38
-
| 3. [Longest Common SubString](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Problem%20Statement/LongestCommonSubstring.txt)|[Java Solution](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Longest%20Common%20Subsequence/LongestCommonSubstring.java)|
38
+
| 3. [Longest Common SubString](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Problem%20Statement/LongestCommonSubstring.txt) |[Java Solution](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Longest%20Common%20Subsequence/LongestCommonSubstring.java)|omo
39
+
| 4. Print Longest Common SubSequence |[Java Solution](https://github.com/mohitsingla123/Dynamic-Programming-java/blob/master/Longest%20Common%20Subsequence/printLCS.java)|
0 commit comments