Notes on Algorithms

Home

❯

Graphs

❯

Eulerian Path

Eulerian Path

Apr 15, 20261 min read

Definition

a trail in a finite graph that visits every edge exactly once (allowing for revisiting vertices).

References

  • https://cp-algorithms.com/graph/euler_path.html

Graph View

  • Definition
  • References

Backlinks

  • Depth-First Search

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community