Algo_ds_101: Shortest Common Supersequence

Created on 9 Oct 2020  路  12Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Shortest Common Supersequence

Submission Type
Algorithm

Submission Description
This algorithm finds the shortest common supersequence of 2 strings - the shortest string that has both str1 and str2 as subsequences. If 'm' is the length of the first string and 'n' is the length of the second string, then this algo takes O(m * n) time and O(m * n) space.

Submission Directory
Algorithms => Dynamic_Programming => Shortest_Common_Supersequence => shortest_common_supersequence.ext

Contributors

  • [x] C++ -
  • [x] C -
  • [x] Python -
  • [x] Java -
  • [x] JavaScript -
  • [ ] TypeScript -
  • [x] Golang -
  • [ ] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [x] C# -
Hacktoberfest New Submssion TypeScript first timer good first issue php ruby scala swift

All 12 comments

@ahampriyanshu Please assign this issue to me for C++. Will be happy to help.

@ahampriyanshu I would like to work on this issue in python, It will be great if you can assign it to me,

Can I work in java,pls ?

Please assign this to me I'll work on this in C

@ahampriyanshu Please assign this issue to me for C++

Hi, if not assigned to anyone, can i work on C++?

@ahampriyanshu please assigned me this in python

hi @sanjiti0606 , @IamJayshree , @aakashsoni-cloud Please opt different language

@Mr-Vaibhav-Shukla assign me for C#

can I do golang? @Mr-Vaibhav-Shukla

i would like to contribute for javascript solution

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahampriyanshu picture ahampriyanshu  路  5Comments

0x6f736f646f picture 0x6f736f646f  路  3Comments

ahampriyanshu picture ahampriyanshu  路  5Comments

jindalsachin picture jindalsachin  路  5Comments

crew-guy picture crew-guy  路  4Comments