Software Engineering KB

Home

❯

01 Foundations

❯

00 Data Structures

❯

01 Concept

❯

Directed vs Undirected Graphs

Directed vs Undirected Graphs

Feb 10, 20261 min read

  • data-structures
  • graphs

Directed vs Undirected Graphs

← Back to Graph Structures

Graphs differ by whether edges have direction. This distinction fundamentally affects which algorithms apply and what problems can be modeled.

Key Properties

  • DAGs
  • Cyclic Graphs
  • Weighted Graphs

Related

  • Graph Representations
  • Special Graphs
  • Algorithms (topological sort requires DAG)

data-structures graphs


Graph View

  • Directed vs Undirected Graphs
  • Key Properties
  • Related

Backlinks

  • Graph Structures
  • Graph Representations
  • Special Graphs
  • Cyclic Graphs
  • DAGs
  • Weighted Graphs

Created with Quartz v4.5.2 © 2026

  • GitHub