String Algorithms
String algorithms are used to solve problems involving searching, matching, and manipulation of strings.
Applications
- Pattern matching
- Palindrome problems
- Substring search
Practice Problems
5. Longest Palindromic Substring
28. Find the Index of the First Occurrence in a String