Agent Skills: Linked Lists Skill

Linked list data structures and operations

data-structureslinked-listsalgorithmsimplementation
developmentID: pluginagentmarketplace/custom-plugin-data-structures-algorithms/linked-lists

Skill Files

Browse the full folder contents for linked-lists.

Download Skill

Loading file tree…

skills/linked-lists/SKILL.md

Skill Metadata

Name
linked-lists
Description
Linked list data structures and operations

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