Skip to main content
Run any Skill in Manus
with one click
$pwd:

data-structures

// Use when selecting, implementing, or reasoning about data structures. Covers arrays, linked lists, stacks, queues, hash tables, trees (BST, AVL, Red-Black, B-Tree, Trie), heaps, and graphs (adjacency list, adjacency matrix). Based on Knuth's TAOCP Vol. 1. USE FOR: choosing data structures by access pattern, understanding operation complexities, implementing fundamental data structures, comparing data structure tradeoffs DO NOT USE FOR: graph algorithms on data structures (use graph-algorithms), sorting data (use sorting-searching)

$ git log --oneline --stat
stars:9
forks:3
updated:February 11, 2026 at 05:14
File Explorer
12 files
SKILL.md
readonly