Strings

String algorithms and pattern matching techniques

pluginagentmarketplace 2bf0b02 6 files · 9.1 KB Updated

File contents

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

pluginagentmarketplace/custom-plugin-data-structures-algorithms/tree/main/skills/strings commit 2bf0b02ad3

Frequently asked questions

npx skillmds@latest add pluginagentmarketplace/strings