0%

string-algorithm

waiting to learn

1. 字符串匹配算法(KMP)

2. LIS(最长递增子序列)

3. LCS(最长公共子序列)

4. LCP(最长公共前缀)

5. LPS(最长回文子序列)

6. ED(最小编辑距离)