Browse Curriculum

Core Data Structures, Visualized

This is the largest topic in the curriculum, and the one where visualization pays off most. Pointer manipulation in a linked list, rotation in an AVL tree, relaxation in Dijkstra’s algorithm — these are all fundamentally spatial operations that textbooks are forced to render as prose.

The lessons run from the linear structures through trees and their balancing schemes to graphs and the traversal and shortest-path algorithms built on them. Together they cover the structures that the majority of interview questions are posed in terms of, and each one is something you can manipulate rather than only read about.

28
Interactive lessons
4
Free to open
4
Languages (JS, Python, Java, C++)

Data Structures lessons


Continue the DSA curriculum

Data Structures is one of 12 topics in the interactive DSA visualizer curriculum. Once this topic is comfortable, the coding interview pattern library reorganises the same material around the patterns interview questions are built on.

Every other DSA visualizer