# strings > String algorithms and pattern matching techniques - Author: pluginagentmarketplace - Repository: pluginagentmarketplace/custom-plugin-data-structures-algorithms - Version: 20260107051053 - Stars: 3 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/pluginagentmarketplace/custom-plugin-data-structures-algorithms - Web: https://mule.run/skillshub/@@pluginagentmarketplace/custom-plugin-data-structures-algorithms~strings:20260107051053 --- --- 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