MCPcopy
hub / github.com/itcharge/AlgoNote / string_sunday.py

File string_sunday.py

codes/python/04_string/string_sunday.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# sunday 算法,T 为文本串,p 为模式串
2def sunday(T: str, p: str) -> int:
3 n, m = len(T), len(p)
4

Callers

nothing calls this directly

Calls 1

sundayFunction · 0.85

Tested by

no test coverage detected