每日LeetCode - 28. 实现 strStr()(C语言和Python 3)

2021-05-30 05:01

阅读:475

标签:sel   png   src   str   alt   lazy   每日   color   find   

技术图片

 

C语言

 

 

Python 3

class Solution:
    def strStr(self, haystack: str, needle: str) -> int:
        return haystack.find(needle)

 

每日LeetCode - 28. 实现 strStr()(C语言和Python 3)

标签:sel   png   src   str   alt   lazy   每日   color   find   

原文地址:https://www.cnblogs.com/vicky2021/p/14756772.html


评论


亲,登录后才可以留言!