Agent skill
linked-lists
Linked list data structures and operations
Stars
3
Forks
0
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
Didn't find tool you were looking for?