# KMPAlgorithm **Repository Path**: zhangyile/KMPAlgorithm ## Basic Information - **Project Name**: KMPAlgorithm - **Description**: 包含了两种查找字符方法,暂时只有查找英文的方法KMP算法和BoyerMoore算法。 粗略测试下来BoyerMoore算法要比KMP算法基本上快上一倍。 但是BoyerMoore算法明显占用内存和前期计算坏字符位置和好后缀的地方需要消耗更多计算量 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KMPAlgorithm 包含了两种查找字符方法,暂时只有查找英文的方法KMP算法和BoyerMoore算法。 粗略测试下来BoyerMoore算法要比KMP算法基本上快上一倍。 但是BoyerMoore算法明显占用内存和前期计算坏字符位置和好后缀的地方需要消耗更多计算量