C#:实现Knuth-Morris-Pratt算法
using System.Collections.Generic;
namespace Algorithms.Strings
{
public class KnuthMorrisPrattSearcher
{
public IEnumerable
using System.Collections.Generic;
namespace Algorithms.Strings
{
public class KnuthMorrisPrattSearcher
{
public IEnumerable