data-structures - Concepts
Explore concepts tagged with "data-structures"
Total concepts: 2
Concepts
- Directed Acyclic Graph (DAG) - A graph with directed edges and no cycles, useful for representing dependencies and hierarchies.
- Hierarchical Data - Information organized in a tree-like structure where each item has exactly one parent and zero or more children, creating nested levels from general to specific.
← Back to all concepts