Loading Thita. Almost there...
String Manipulation Patterns · 2 of 7
Master string matching algorithms including naive search, KMP pattern matching, and Rabin-Karp hashing.
Access the full theory, code examples, and practice problems.
Start LearningLearn to detect if a string can be constructed by repeating a substring pattern.
Master palindrome checking using two pointers. Handle valid palindrome with alphanumeric and one removal cases.
Learn to convert between integers and Roman numerals. Essential string manipulation problem.
Learn to multiply large numbers represented as strings using manual simulation of multiplication.