Re: [闲聊] 每日leetcode

楼主: DJYOMIYAHINA (通通打死)   2025-01-09 21:00:03
在下觉得今天不是个练习KMP的好日子
下次吧
一辈子学不会KMP
def prefixCount(self, words: List[str], pref: str) -> int:
return [pref==word[:len(pref)] if len(word)>=len(pref) else False for
word in words].count(True)
作者: sustainer123 (caster)   2024-01-09 21:00:00
kmp 真的 好难

Links booklink

Contact Us: admin [ a t ] ucptt.com