Lukas' Notes

Home

❯

Knowledge

❯

Eulerian Graph

Eulerian Graph

Jul 06, 20251 min read

graph-theory

Definition

Eulerian Graph

A directed weakly connected graph G=(V,E) is called Eulerian if and only if for all edges, the out degree and in-degree are equal:

∀v∈V:d+(v)=d−(v)

Criteria

A undirected connected graph is Eulerian if all vertices have an even degree.

Conversely, a undirected connected graph is Eulerian if the graph has exactly two vertices with odd degree.


Graph View

  • Definition
  • Criteria

Created with Quartz v4.4.0 © 2025

  • GitHub