Skip to content

A function which returns longest common substring of two strings with time complexity O(m*n) where m and n are lengths are of strings.

License

Notifications You must be signed in to change notification settings

HarshitGupta29/Longest-common-substring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Longest-common-substring

A function which returns longest common substring of two strings with time complexity O(m*n) where m and n are lengths are of strings.

About

A function which returns longest common substring of two strings with time complexity O(m*n) where m and n are lengths are of strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages