Download the PHP package s9e/longest-common-substring without Composer
On this page you can find all versions of the php package s9e/longest-common-substring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download s9e/longest-common-substring
More information about s9e/longest-common-substring
Files in s9e/longest-common-substring
Download s9e/longest-common-substring
More information about s9e/longest-common-substring
Files in s9e/longest-common-substring
Vendor s9e
Package longest-common-substring
Short Description Longest common substring generator
License MIT
Homepage https://github.com/s9e/LongestCommonSubstring/
Package longest-common-substring
Short Description Longest common substring generator
License MIT
Homepage https://github.com/s9e/LongestCommonSubstring/
Keywords lcs
Please rate this library. Is it a good library?
Informations about the package longest-common-substring
s9e\LongestCommonSubstring takes a list of strings and returns a single string that is contained in all of the given input. The implementation is designed for sets where the shortest input string is 10-20 bytes long at most, and where a common substring is not guaranteed to exist. For large input, you'll want to use a different implementation.
Usage
All versions of longest-common-substring with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package s9e/longest-common-substring contains the following files
Loading the files please wait ....