Agent skill
linked-lists
Linked list data structures and operations
Install this agent skill to your Project
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-data-structures-algorithms/tree/main/skills/linked-lists
SKILL.md
Linked Lists Skill
Topics Covered
- Singly and doubly linked lists
- Circular linked lists
- List reversal, merging
- Cycle detection (Floyd's)
- Two-pointer techniques
Learning Outcomes
- Implement linked lists
- Detect cycles efficiently
- Merge and reverse lists
- Solve pointer problems
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?