Lukas' Notes

Path

Jan 27, 20261 min read

graph-theory

Definition

Path

A path is an edge sequence where each vertex is only visited once.

Distance

The length of a path between vertex v and vertex w is called distance:

dT​(v,w)

Graph View

  • Definition
  • Distance

Backlinks

  • Cycle (Graph)
  • Edge Sequence
  • Graph-Reachability Problem

Created with Quartz v4.4.0 © 2026

  • GitHub