# linked-lists > Linked list data structures and operations - 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~linked-lists:20260107051053 --- --- name: linked-lists description: Linked list data structures and operations sasmp_version: "1.3.0" bonded_agent: 01-arrays-lists bond_type: PRIMARY_BOND --- # 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