每日LeetCode - 28. 实现 strStr()(C语言和Python 3)
2021-05-30 05:01
阅读:475
标签:sel png src str alt lazy 每日 color find 每日LeetCode - 28. 实现 strStr()(C语言和Python 3) 标签:sel png src str alt lazy 每日 color find 原文地址:https://www.cnblogs.com/vicky2021/p/14756772.htmlC语言
Python 3
class Solution:
def strStr(self, haystack: str, needle: str) -> int:
return haystack.find(needle)
上一篇:python编程基础之字符编码
下一篇:C++内存管理
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:每日LeetCode - 28. 实现 strStr()(C语言和Python 3)
文章链接:http://soscw.com/index.php/essay/89408.html
文章标题:每日LeetCode - 28. 实现 strStr()(C语言和Python 3)
文章链接:http://soscw.com/index.php/essay/89408.html
评论
亲,登录后才可以留言!