String Algorithms

String algorithms are used to solve problems involving searching, matching, and manipulation of strings.

Applications

Practice Problems

LeetCode
5. Longest Palindromic Substring
Solution | Approach
LeetCode
28. Find the Index of the First Occurrence in a String
Solution | Approach