MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / naive_string_search.py

File naive_string_search.py

strings/naive_string_search.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2https://en.wikipedia.org/wiki/String-searching_algorithm#Na%C3%AFve_string_search
3this algorithm tries to find the pattern from every position of
4the mainString if pattern is found from position i it add it to

Callers

nothing calls this directly

Calls 1

naive_pattern_searchFunction · 0.85

Tested by

no test coverage detected