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