Lists
Implementations of various linear and cyclic list data-structures for Go
Install / Use
/learn @feyeleanor/ListsREADME
== About ==
Lists provide several implementations of classic linked-list data structures. Currently the following datatypes are provided:
LinearList is a standard singly-linked list without any protections to guard against cyclic links between nodes;
CycList is a generalised circular list where the terminating node links back to the first node.
Both CycList and LinearList use a common ListHeader allowing them to be interchanged as necessary. This ListHeader has a chain.Node type associated with it which specifies the type of node used by a given instance of a list, and provides access caching to speed operations in frequently accessed portions of the list.
Related Skills
node-connect
348.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
