Total Accepted: 93775
Total Submissions: 386039
Difficulty: Easy
Implement strStr().
Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
Java:
1 | public class Solution { |
select * from utils
Total Accepted: 93775
Total Submissions: 386039
Difficulty: Easy
Implement strStr().
Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
Java:
1 | public class Solution { |
欢迎加入我的小专栏「基你太美」一起学习。