MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / manacher

Function manacher

strings/manacher_algorithm.cpp:41–142  ·  view source on GitHub ↗

* @brief A function that implements Manacher's algorithm * @param prototype is the string where algorithm finds a palindromic substring. * This string can contain any character except `@` `#` `&` * @returns the largest palindromic substring */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls 2

minFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected