Lukas' Notes

Path

Dec 12, 20251 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

  • Edge Sequence
  • Graph Reachability Problem

Created with Quartz v4.4.0 © 2025

  • GitHub