pranjay-poddar / Data-Structures-And-Algorithms

Important data structure and algorithms codes and concept's open-source repository.
https://bit.ly/30DLzuJ
MIT License
48 stars 109 forks source link

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

Closed nandinit02 closed 2 years ago

nandinit02 commented 2 years ago

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 commented 2 years ago

@nandinit02 sure you can proceed.