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

Function pat_test

strings/boyer_moore.cpp:235–245  ·  view source on GitHub ↗

* @brief A test case in which we search for every appearance of the word 'pat' * @param text The text in which we search for appearance of the word 'pat' * @returns void */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testsFunction · 0.85

Calls 4

init_patternFunction · 0.85
searchFunction · 0.85
is_prefixFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected