Single Pattern Matching Problems

Single Pattern Matching Problems

Problem NumberTitleSolutionTagsDifficulty
0028Implement strStr() LeetCode XXXX Two Pointers, String, String MatchingEasy
0459Repeated Substring Pattern LeetCode XXXX String, String MatchingEasy
0686Repeated String Match LeetCode XXXX String, String MatchingMedium
1668Maximum Repeating SubstringString, String MatchingEasy
0796Rotate String LeetCode XXXX String, String MatchingEasy
1408String Matching in an Array LeetCode XXXX Array, String, String MatchingEasy
2156Find Substring with Given Hash Value LeetCode XXXX String, Sliding Window, Hash Function, Rolling HashHard