Concept

Adjacency list — where it appears

A graph stored as a list of neighbours per vertex, cheap in space and a pointer chase to traverse. It is cheap in space and a pointer chase to traverse, so it wins on one count and loses badly on the other.

Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.

Named alongside it

The objects these essays reach for when they reach for this one.

AdjacencyTraversalAdversary argumentCacheConnectivityCSR (compressed sparse row)Decision treeDistributionEvasivenessLocalityLower boundMemory layout

All concepts