Glossary
10 short explanations of key terms used across the Data Structures learning path. Each entry answers "What is X?" in under 400 words.
Concepts build from simple to composite: linear structures (arrays, linked lists, stacks, queues) → hashing (hash functions, hash maps, collisions) → hierarchical and relational structures (binary search trees, B-trees, graphs).