Show / Hide Table of Contents

    Class ManachersPalindrome

    A Manacher's longest palindrome implementation.

    Inheritance
    Object
    ManachersPalindrome
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.String
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class ManachersPalindrome

    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