Re: [闲聊] 每日leetcode

楼主: DJYOMIYAHINA (通通打死)   2024-12-02 22:27:21
想说要用trie什么之类的
看到绿色的标题
我就懒了
我好烂
def isPrefixOfWord(self, sentence: str, searchWord: str) -> int:
for i, w in enumerate(sentence.split(' ')):
if w.startswith(searchWord):
return i+1
return -1
作者: oin1104 (是oin的说)   2024-12-02 22:28:00
我写超长 我哭了
作者: sixB (6B)   2024-12-02 22:33:00
好好笑 我一开始看也想说字典树

Links booklink

Contact Us: admin [ a t ] ucptt.com