Show / Hide Table of Contents

    Class ManachersPalindrome

    A Manacher's longest palindrome implementation.

    Inheritance
    Object
    ManachersPalindrome
    Namespace: Advanced.Algorithms.String
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class ManachersPalindrome : object

    Methods

    FindLongestPalindrome(String)

    Declaration
    public int FindLongestPalindrome(string input)
    Parameters
    Type Name Description
    String input
    Returns
    Type Description
    Int32
    Back to top Generated by DocFX