A .NET implementation for the Knuth-Moris-Pratt (KMP) algorithm.
Info
Version: | 1.0.1 |
Author(s): | Nairooz NIlafdeen |
Last Update: | Saturday, October 12, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.codeproject.com/Articles/34971/A-NET-implementation-for-the-Knuth-Moris-Pratt-KMP |
NuGet Url: | https://www.nuget.org/packages/KMPUtil |
Install
Install-Package KMPUtil
dotnet add package KMPUtil
paket add KMPUtil
KMPUtil Download (Unzip the "nupkg" after downloading)
Dependencies
Tags