GDSC-AUM / OpenOcto-DSA

Data Structures and Algorithms implemented in C++
MIT License
5 stars 23 forks source link

[PROG] Common Substring #36

Closed akhilagrawal1001 closed 3 years ago

akhilagrawal1001 commented 3 years ago

Program Description Find the length of the longest common substring in two given strings.

Additional context Use of Dynamic Programming for better time complexity.

Checklist

akhilagrawal1001 commented 3 years ago

Assign me please, already working on it