Skip to content

Given a list of string objects, this algorithm calculates andd shows the most common substring found in all its components.

Notifications You must be signed in to change notification settings

fjavihortelano/Find-substring-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Find-substring-algorithm

Given a list of string objects, this algorithm calculates and shows the most common substring found in all its components. It uses set() structure instead of "in" operator.

"in" operator, internally uses a "for" loop. So this algorithm improves the spent time.

About

Given a list of string objects, this algorithm calculates andd shows the most common substring found in all its components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published