Skip to content

function that returns the first common characters of given words.

Notifications You must be signed in to change notification settings

kmeiha/lcp_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

lcp_python

the function common that returns the first common characters of given words. This recursive function LCP that returns the Longest Common Prefix of a set of words using the divide and conquer strategy. Example: LCPof { “peace”, “peacook”, “pear”, “peak” }will be pea.

About

function that returns the first common characters of given words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages