Lakhankumawat / LearnCPP

Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
https://lakhankumawat.github.io/LearnCPP/
MIT License
656 stars 492 forks source link

Longest Common Subsequence in D-Dynamic Programming #64

Closed sebinfrancis7 closed 2 years ago

sebinfrancis7 commented 2 years ago

Description

The longest common subsequence (LCS) is a common dynamic programming problem . LCS is defined as the longest subsequence that is common to all the given sequences, provided that the elements of the subsequence are not required to occupy consecutive positions within the original sequences. @Lakhankumawat Can you please assign this issue to me ,I would like to work on it. I'm a GSSoC 2022 participant.

Domain

Algorithm

Type of Contribution

Addition

Code of Conduct

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

sebinfrancis7 commented 2 years ago

@Lakhankumawat Can you check out the PR related to this issue.