Single Matching Pattern Problems
Less than 1 minute
Single Pattern Matching Problems
Single Pattern Matching Problems
| Problem Number | Title | Solution | Tags | Difficulty |
|---|---|---|---|---|
| 0028 | Implement strStr() | [[LeetCode XXXX]] | Two Pointers, String, String Matching | Easy |
| 0459 | Repeated Substring Pattern | [[LeetCode XXXX]] | String, String Matching | Easy |
| 0686 | Repeated String Match | [[LeetCode XXXX]] | String, String Matching | Medium |
| 1668 | Maximum Repeating Substring | String, String Matching | Easy | |
| 0796 | Rotate String | [[LeetCode XXXX]] | String, String Matching | Easy |
| 1408 | String Matching in an Array | [[LeetCode XXXX]] | Array, String, String Matching | Easy |
| 2156 | Find Substring with Given Hash Value | [[LeetCode XXXX]] | String, Sliding Window, Hash Function, Rolling Hash | Hard |