Skip to content

an algo finding the longest common substring between two strings the hard way: generating all possible substrings of both and storing in a set, using set intersection to find all common substrings, and then finding the lcs within that new set.

Notifications You must be signed in to change notification settings

Dudifer/BruteForceLCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

About

an algo finding the longest common substring between two strings the hard way: generating all possible substrings of both and storing in a set, using set intersection to find all common substrings, and then finding the lcs within that new set.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages