Property | Type | Description | |
---|---|---|---|
count | int |
Method | Description | |
---|---|---|
GetPalindromes ( string text ) : IEnumerable |
||
GetSubstrings ( string text ) : IEnumerable |
||
IsPalindrome ( string s ) : bool |
public static GetPalindromes ( string text ) : IEnumerable |
||
text | string | |
return | IEnumerable |
public static GetSubstrings ( string text ) : IEnumerable |
||
text | string | |
return | IEnumerable |
public static IsPalindrome ( string s ) : bool | ||
s | string | |
return | bool |