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.
-
Notifications
You must be signed in to change notification settings - Fork 0
kmeiha/lcp_python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
function that returns the first common characters of given words.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published