--- name: strings description: String algorithms and pattern matching techniques sasmp_version: "1.3.0" bonded_agent: 06-hash-tables bond_type: PRIMARY_BOND --- # Strings Skill ## Topics Covered - KMP, Rabin-Karp algorithms - Trie data structures - Suffix arrays and trees - String hashing - Palindrome detection ## Learning Outcomes - Implement pattern matching - Build trie structures - Use string hashing - Solve substring problems