Longest common substring Python

Longest common substring Python

Channel:
Subscribers:
750
Published on ● Video Link: https://www.youtube.com/watch?v=RWOVQnuU9VI



Duration: 25:16
568 views
5


Hello everyone, today's video is on how to find the longest common substring given two strings. I do have to add a correction here I said at the end of this video that both functions had the same space-time complexities but the second one actually has an O(N) space instead of O(N * M) they both have the same time complexities. Either way, I hope you guys enjoy the video and can learn something from it. I am having a lot of fun in this class and learning a lot as well. I hope to share more with you guys in the upcoming weeks.

discord: https://discord.gg/5fWYdYMftc

Peter-Pyke on GitHub







Tags:
#Python
#Algorithm
#coding