【LeetCode每日一题】实现 strStr (KMP算法)
摘要:
实现 strStr (KMP算法) 1、题目描述 实现 strStr() 函数。 给你两个字符串 haystack 和 needle ,请你在 haystack 字符串中找出 needle 字符串出现的第一个位置(下标从 0 开始)。如果不存在,则返回 -1 。 说明: 当 needle 是空字符串 阅读全文
posted @ 2021-04-20 16:38 黄文超 阅读(161) 评论(0) 推荐(0) 编辑