Suggested an additional LCS

I've added a new resource to this repository that I feel would be helpful for learners and this problem is solved using a dynamic programming approach.
This commit is contained in:
Sonia M 2023-01-05 18:40:40 +05:30 committed by GitHub
parent a123b9017d
commit 37f3a39abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,3 +23,4 @@ made to a revision-controlled collection of files.
- [Wikipedia](https://en.wikipedia.org/wiki/Longest_common_subsequence_problem) - [Wikipedia](https://en.wikipedia.org/wiki/Longest_common_subsequence_problem)
- [YouTube](https://www.youtube.com/watch?v=NnD96abizww&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) - [YouTube](https://www.youtube.com/watch?v=NnD96abizww&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
- [Interviewbit](https://www.interviewbit.com/blog/longest-common-subsequence/)