Skip to main content

6 docs tagged with "data-structures"

View all tags

Data Structures

A representation-first map for choosing containers by operations, invariants, and memory behavior.

Linked Lists

Node-linked sequences, local splicing, traversal costs, and ownership invariants.

Queues

FIFO processing through deques, linked endpoints, and circular buffers.

Stacks

The LIFO interface, implementation choices, and algorithmic invariants it expresses.