Agent skill
stacks-queues
Stack and queue data structures with applications
Install this agent skill to your Project
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-data-structures-algorithms/tree/main/skills/stacks-queues
SKILL.md
Stacks and Queues Skill
Topics Covered
- Stack implementation (array/linked)
- Queue and deque operations
- Priority queues and heaps
- Monotonic stacks
- BFS queue patterns
Learning Outcomes
- Implement stacks and queues
- Use priority queues
- Apply monotonic patterns
- Solve bracket matching
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
strings
String algorithms and pattern matching techniques
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.
Didn't find tool you were looking for?