# stacks-queues > Stack and queue data structures with applications - Author: pluginagentmarketplace - Repository: pluginagentmarketplace/custom-plugin-data-structures-algorithms - Version: 20260107051053 - Stars: 3 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/pluginagentmarketplace/custom-plugin-data-structures-algorithms - Web: https://mule.run/skillshub/@@pluginagentmarketplace/custom-plugin-data-structures-algorithms~stacks-queues:20260107051053 --- --- name: stacks-queues description: Stack and queue data structures with applications sasmp_version: "1.3.0" bonded_agent: 01-arrays-lists bond_type: PRIMARY_BOND --- # 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