Agent Skills: Stacks and Queues Skill

Stack and queue data structures with applications

data-structuresstacksqueuesalgorithms
coreID: pluginagentmarketplace/custom-plugin-data-structures-algorithms/stacks-queues

Skill Files

Browse the full folder contents for stacks-queues.

Download Skill

Loading file tree…

skills/stacks-queues/SKILL.md

Skill Metadata

Name
stacks-queues
Description
Stack and queue data structures with applications

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