Agent Skills: Strings Skill

String algorithms and pattern matching techniques

algorithmsID: pluginagentmarketplace/custom-plugin-data-structures-algorithms/strings

Install this agent skill to your local

pnpm dlx add-skill https://github.com/pluginagentmarketplace/custom-plugin-data-structures-algorithms/tree/HEAD/skills/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