LongestCommonSubsequence |
vendor/sebastian/diff/src/LCS/LongestCommonSubsequence.php |
Interface for implementations of longest common subsequence calculation. |
MemoryEfficientImplementation |
vendor/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php |
Memory-efficient implementation of longest common subsequence calculation. |
TimeEfficientImplementation |
vendor/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php |
Time-efficient implementation of longest common subsequence calculation. |
TimeEfficientImplementationTest |
vendor/sebastian/diff/tests/LCS/TimeEfficientImplementationTest.php |
Some of these tests are volontary stressfull, in order to give some approximative benchmark hints. |