Skip to content

ECCKaka/LongestCommonSubString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LongestCommenSubStringR

require library(stringr)

LCStr("AABCC","BACCABC", 1) returns "ABC"

## pass in 3 parameters, and returns the longest common substring  
## arg1: string one  
## arg2: string two  
## arg3: minimum Length of the common substring.

installation:

library(devtools)

install_github("Chrisfufu/LongestCommonSubString")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages