Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortest Common Supersequence : Dynamic Programming, C++ #217

Closed
nandinit02 opened this issue Oct 28, 2021 · 1 comment · Fixed by #218
Closed

Shortest Common Supersequence : Dynamic Programming, C++ #217

nandinit02 opened this issue Oct 28, 2021 · 1 comment · Fixed by #218
Assignees

Comments

@nandinit02
Copy link
Contributor

I would like to write a code for the Shortest Common Supersequence Problem using DP, this algorithm will help to find the length of the shortest string which contains the given two strings as its subsequence.
I will use C++.
Hi @pranjay-poddar ,pls assign me this issue.

@pranjay-poddar
Copy link
Owner

@nandinit02 sure you can proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants