Software Engineering KB

Home

❯

01 Foundations

❯

00 Data Structures

❯

00 Category

❯

Graph Structures

Graph Structures

Feb 10, 20261 min read

  • data-structures
  • graphs

Graph Structures

Back: Data Structures

Model relationships between entities. Consist of vertices (nodes) and edges. More general than trees — can have cycles, disconnected components, and weighted edges. Graphs are essential for representing networks, dependencies, and spatial relationships.

Concepts

  • Graph Representations
  • Directed vs Undirected Graphs
  • Special Graphs

data-structures graphs


Graph View

  • Graph Structures
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Directed vs Undirected Graphs
  • Disjoint Set Union-Find
  • Graph Representations
  • Special Graphs
  • Data Structures

Created with Quartz v4.5.2 © 2026

  • GitHub