Agent Skills: Strings Skill

String algorithms and pattern matching techniques

string-algorithmspattern-matchingcomputer-sciencedata-structures
algorithmsID: pluginagentmarketplace/custom-plugin-data-structures-algorithms/strings

Skill Files

Browse the full folder contents for strings.

Download Skill

Loading file tree…

skills/strings/SKILL.md

Skill Metadata

Name
strings
Description
String algorithms and pattern matching techniques

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