Papers & Presentations

Atoms frequently share what they know in journals, at conferences, and in classrooms.

Data Structures: The Code That Isn’t There

Presented by
Presented at
Data Structures: The Code That Isn’t There
at
Strange Loop
|
August 1, 2012
Additional Presentations:
Written in
Strange Loop
|
August 2012

Most programmers rely on a few core data structures, but they're missing out on useful properties that more specialized data structures provide.

The wrong data structures can bog implementation down in irrelevant detail or create behaviors which waste time and effort, but the right ones can give powerful guarantees for free. My talk will present lesser-known data structures and their unique advantage.