Agent skill
strings
String algorithms and pattern matching techniques
Install this agent skill to your Project
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-data-structures-algorithms/tree/main/skills/strings
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
dynamic-programming
Master DP patterns with complete implementations for memoization, tabulation, and state design with production-ready solutions.
array-techniques
Master essential array techniques including two pointers, sliding window, and prefix sums for efficient problem solving with O(n) patterns.
bit-manipulation
Bit manipulation tricks and techniques for solving problems efficiently using binary operations and XOR properties.
recursion
Recursive algorithms and divide-and-conquer strategies
backtracking-patterns
Master backtracking technique with permutations, combinations, and puzzle solving patterns with production-ready implementations.
linked-lists
Linked list data structures and operations
Didn't find tool you were looking for?